You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adc/ansible
jowj 31c97f8123
Create new ling8 client config, reference it properly for deploys.
4 years ago
..
group_vars Create vault.yml for > 1 playbook; move mojovarsvault. 4 years ago
roles Create new ling8 client config, reference it properly for deploys. 4 years ago
all.yml Add cloud vpn play to all.yml. 4 years ago
ansible.cfg Rename ansible.cfg because i fat fingered it. 4 years ago
client_ling8.yml Create new ling8 client config, reference it properly for deploys. 4 years ago
client_matrix.yml Add ability to deploy matrix client from ansible 4 years ago
cloud_wg.yml Add new play for configuring cloud vpn server. 4 years ago
hosts.yml Update the ansible_connection for localhost to local 4 years ago
readme.org Minor text fixes. 4 years ago

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