A series of Ansible scripts to manage my infrastructure.
Go to file
2020-05-26 11:26:46 -05:00
.templates Move template to .templates directory 2020-05-20 12:18:46 -05:00
inventory Switch to using hardwritten inventory 2020-05-20 12:51:35 -05:00
roles Rename screens for terraria servers 2020-05-26 11:25:27 -05:00
.gitignore Remove build directory from gitignore 2020-02-26 18:56:29 -06:00
9iron.yml Switch to using hardwritten inventory 2020-05-20 12:51:35 -05:00
ansible.cfg Remove deploy script, plonk it all in configs where it should be 2020-05-20 12:56:52 -05:00
ansiblehosts.yml Remove deploy script, plonk it all in configs where it should be 2020-05-20 12:56:52 -05:00
desktop.yml Apply user changes after common ones 2020-04-15 08:35:04 -05:00
gameservers.yml Remove deploy script, plonk it all in configs where it should be 2020-05-20 12:56:52 -05:00
localhost-deploy.sh Pass arguments to wrapper scripts 2020-05-15 10:27:58 -05:00
pwgen-vault.sh Make that script executable 2020-05-10 02:40:25 -05:00
README.md Update readme 2020-05-26 11:26:46 -05:00
site.yml Remove deploy script, plonk it all in configs where it should be 2020-05-20 12:56:52 -05:00
webservers.yml Pre-run apache before any other tasks on webservers 2020-05-20 13:06:33 -05:00

Salt's Ansible Scripts

A collection of Ansible scripts to manage my desktops and my EC2 environment.

Quickstart

To deploy a new desktop, try this one-liner:

command -v git || sudo apt install -y git; git clone https://git.9iron.club/salt/ansible && cd ansible && ./localhost-deploy.sh

Otherwise just run site.yml