ansible/README.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2020-09-22 17:36:57 -05:00
# Salt's Ansible Repo
2020-05-02 05:15:44 -05:00
A collection of Ansible configuration to manage all of my machines.
2020-05-02 05:15:44 -05:00
## Quickstart
2020-09-22 17:25:39 -05:00
To quickly get a machine up and running, add it to the inventory and `./provision.yml` it. This ensures a basic, sane running environment from which you can do tuning. Ideally, though, you should have roles.
2020-05-02 05:15:44 -05:00
2020-06-24 06:48:08 -05:00
## Overview
2020-05-26 11:26:46 -05:00
2020-06-24 06:48:08 -05:00
The main playbook, `site.yml`, can be separated into more or less two parts:
* The home machine half, tied together via Zerotier
* The 9iron half, with public IPs and resolvable names
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.
2020-10-14 07:16:42 -05:00
## 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
2020-06-24 06:48:08 -05:00
I know. Please file an issue.