Update README

This commit is contained in:
Markus 2017-03-26 21:39:38 +02:00
parent 16982a5bd0
commit 8208940bf7
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ Ansible Freifunk Regensburg
===========================
## Running Ansible
To deploy all defined roles on all servers simple run `ansible-playbook --ask-vault-pass -i hosts site.yml`
To deploy all defined roles on all servers simply run `ansible-playbook --ask-vault-pass -i hosts site.yml`.
To deploy only one server run `ansible-playbook -i "imac1-local," site.yml` (--ask-vault-pass is currently only required on the confluence host).
TBA