Salt 6440710a3e Hardcode backups directories
Unless I make these playbook-wide variables, there's no real way to configure them at runtime. Best to just hardcode them, I suppose
2020-05-03 05:48:01 -05:00
2019-10-11 14:08:22 -05:00
2020-05-03 05:48:01 -05:00
2020-04-26 02:42:49 -05:00
2020-05-03 03:08:13 -05:00
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
Description
A series of Ansible scripts to manage my infrastructure.
Readme 2.8 MiB
Languages
Shell 51.2%
Jinja 48.8%