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/readme.org

9 lines
321 B

* 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~