A series of Ansible scripts to manage my infrastructure.
Go to file
Salt c69954eeb5 Absolute our binary for ansible-pull timer
Because I guess we need to do that on 18.04
2020-06-17 09:04:20 -05:00
.templates Move template to .templates directory 2020-05-20 12:18:46 -05:00
inventory Rename root box to web1 2020-06-16 11:04:25 -05:00
roles Absolute our binary for ansible-pull timer 2020-06-17 09:04:20 -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
ansiblehost-config.cfg Add ansiblehost config, move remote user 2020-05-26 12:46:04 -05:00
ansiblehosts.yml Remove deploy script, plonk it all in configs where it should be 2020-05-20 12:56:52 -05:00
gameservers.yml Add Adam to our server configuration 2020-06-09 01:13:19 -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
README.md Update readme 2020-05-26 11:26:46 -05:00
site.yml Work on switching to ansible in pull mode 2020-06-17 08:52:28 -05:00
webservers.yml Rename root box to web1 2020-06-16 11:04:25 -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