Update README

This commit is contained in:
Salt 2020-10-14 07:16:42 -05:00
parent e252d5addd
commit 63a1fa91f0

View File

@ -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.