adc/ansible/readme.org
2020-01-19 16:08:20 -06:00

9 lines
321 B
Org Mode

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