Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am miff2000 on github.
  • I am miff2000 (https://keybase.io/miff2000) on keybase.
  • I have a public key whose fingerprint is 769A F3B0 918A 549D C2E5 FCF1 341A 6F3F CA8F 02B0

To claim this, I am signing this object:

<!DOCTYPE html />
<html>
<head>
<meta charset="UTF-8" />
<title>Stars</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="stars.min.js"></script>
<style>
.stars i { font-size: 48px; }
@miff2000
miff2000 / ansible_standards.md
Last active February 15, 2023 06:50
Ansible Standards
title owner
Ansible Coding Standards
Matt Calvert

It's worth reading the Ansible Best Practices document as well as this associated blog post which should cover the basics.

Follow Ansible best practices

Everything should follow Ansible best-practice unless there's a very good reason not to.