A series of Ansible scripts to manage my infrastructure.
Go to file
2020-06-24 06:48:08 -05:00
.templates Move template to .templates directory 2020-05-20 12:18:46 -05:00
inventory Configure backups more appropriately across servers 2020-06-23 09:52:55 -05:00
roles Configure backups more appropriately across servers 2020-06-23 09:52:55 -05:00
.gitignore Remove build directory from gitignore 2020-02-26 18:56:29 -06:00
ansible-pull.cfg Work on switching to ansible in pull mode 2020-06-17 08:52:28 -05:00
ansible.cfg Add ansiblehost config, move remote user 2020-05-26 12:46:04 -05:00
gameservers.yml Disable terraria 2020-06-23 23:13:10 -05:00
home.yml Fix using the wrong hosts god damMIT 2020-06-16 10:41:39 -05:00
localhost-deploy.sh Fix closing quote, rename sudoers config 2020-06-16 10:08:12 -05:00
provision.yml Add provisioning script 2020-06-21 10:13:40 -05:00
README.md Polish up the README 2020-06-24 06:48:08 -05:00
site.yml Deduplicate playbooks 2020-06-21 10:14:25 -05:00
webservers.yml Template out matrix vars a bit more nicely, make config changes 2020-06-23 09:47:48 -05:00

Salt's Ansible Scripts

A collection of Ansible scripts to manage all of my machines.

Quickstart

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.

Overview

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.