From 63a1fa91f068cc26a49f101529f3a2e19795b94c Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 14 Oct 2020 07:16:42 -0500 Subject: [PATCH] Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74ed790..577811e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ The main playbook, `site.yml`, can be separated into more or less two parts: See `inventory/hosts.yml` for details on what machines have what roles and what configuration. I try my best to make self-explaning configuration, so everything should mostly make sense on a first read. If you have any questions, hit me up. -## Your Roles are Trash +## Style Guide + +* Quote strings when required, quote entire strings if they contain Jinja markup, not just the marked up section (yes I know I violate this in several places) + +* Use `yes` and `no` for booleans + +* Use short form for simple tasks (still working on fixing that up) + +## Your Shit is Trash I know. Please file an issue.