adc/ansible
2020-04-12 16:28:55 -05:00
..
group_vars/all Stick become pass in vault. 2020-04-12 16:27:57 -05:00
roles Start work on adding a role for mediaserver. 2020-04-12 16:28:55 -05:00
all.yml Remove unecessary plays / hosts. 2020-04-12 16:27:42 -05:00
ansible.cfg
awfulAll.yml Add new awfulAll config to all.yml; create standalone play. 2020-01-20 16:46:28 -06:00
clients.yml Move to single file for client deploys. 2020-01-20 14:14:06 -06:00
cloud_wg.yml
hosts.yml Remove unecessary plays / hosts. 2020-04-12 16:27:42 -05:00
readme.org

setup from scratch:

ansible-playbook -i hosts.yml all.yml --ask-vault-pass --ask-become-pass

wg

clients

you probably want to deploy clients individually most of the time. to do that, provide a tag, like: ansible-playbook -i hosts.yml client_matrix.yml --ask-vault-pass --ask-become-pass --tags matrix_client