adc/ansible
2020-01-20 14:14:32 -06:00
..
group_vars
roles Create new pvl client and reference in main.yml. 2020-01-20 14:14:32 -06:00
all.yml Add cloud vpn play to all.yml. 2020-01-12 17:10:20 -06:00
ansible.cfg
clients.yml Move to single file for client deploys. 2020-01-20 14:14:06 -06:00
cloud_wg.yml
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