A series of Ansible scripts to manage my infrastructure.
Go to file
Salt 755249febf Move backups to using symlinks instead of hard directories
This should make reconfiguring backup outputs leagues easier
2020-05-06 02:10:26 -05:00
inventory Reorganize, add cockpit role 2019-10-11 14:08:22 -05:00
roles Move backups to using symlinks instead of hard directories 2020-05-06 02:10:26 -05:00
.gitignore Remove build directory from gitignore 2020-02-26 18:56:29 -06:00
ansible.cfg Actually force P3 2020-04-26 02:42:49 -05:00
desktop.yml Apply user changes after common ones 2020-04-15 08:35:04 -05:00
ec2-deploy.sh Separate vault passwords from the playbooks, fix ansibleupdate cronjob 2020-02-14 15:40:31 -06:00
ec2.yml Move backups to using symlinks instead of hard directories 2020-05-06 02:10:26 -05:00
localhost-deploy.sh Add simple bootstrappling to localhost-deploy 2020-03-23 04:24:18 -05:00
README.md Add README 2020-05-02 05:15:44 -05:00

Salt's Ansible Scripts

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

Quickstart

To deploy on an EC2 node, just tag it and give it roles in ec2.yml.

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