ansible/README.md

22 lines
893 B
Markdown
Raw Normal View History

2020-05-02 05:15:44 -05:00
# Salt's Ansible Scripts
2020-06-24 06:48:08 -05:00
A collection of Ansible scripts to manage all of my machines.
2020-05-02 05:15:44 -05:00
## Quickstart
2020-06-24 06:48:08 -05:00
To quickly get a machine up and running, add it to the inventory, role it out, and `./provision.yml` it. The playbook assures a sane running environment and then sets up ansible-pull on a timer that immediately triggers. Leave it be, come back 10 minutes later and polish it up as required.
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.
## Your Roles are Trash
I know. Please file an issue.