adc/ansible
2020-01-21 15:25:48 -06:00
..
group_vars/all Migrate mojo-vars-vault data to vault.yml; reference it in main.yml 2020-01-20 16:44:58 -06:00
roles Add tags, move too fq paths. 2020-01-21 15:25:48 -06:00
all.yml Add new awfulAll config to all.yml; create standalone play. 2020-01-20 16:46:28 -06: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 Add new play for configuring cloud vpn server. 2020-01-12 17:10:05 -06:00
hosts.yml Update the ansible_connection for localhost to local 2020-01-14 15:43:22 -06:00
readme.org Minor text fixes. 2020-01-19 16:08:20 -06:00

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