srv02 Inventory

This commit is contained in:
baldo 2015-11-14 14:06:36 +01:00
commit d76e9f4a7e
4 changed files with 11 additions and 12 deletions

View file

@ -21,11 +21,11 @@ benötigt. Für diesen muss ein SSH-Key hinterlegt sein.
## Übernehmen der Änderungen für alle Hosts
ansible-playbook site.yml -i production --sudo --ask-sudo-pass
ansible-playbook site.yml -i srv02.inventory --sudo --ask-sudo-pass
## Ansible Convenience
Einschränken auf bestimmte Tags, z. B. `nginx`:
ansible-playbook site.yml -i production --sudo --ask-sudo-pass --tags nginx
ansible-playbook site.yml -i srv02.inventory --sudo --ask-sudo-pass --tags nginx