Fix hosts in playbook.

This commit is contained in:
Kevin Fenzi 2015-08-19 20:16:12 +00:00
parent 2dd0c917a3
commit d39e2c9bc4

View file

@ -1,7 +1,7 @@
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=lockbox"
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=batcave"
- name: make the box be real
hosts: lockbox
hosts: batcave
user: root
gather_facts: True
@ -29,8 +29,8 @@
handlers:
- include: "{{ handlers }}/restart_services.yml"
- name: configure lockbox
hosts: lockbox
- name: configure batcave
hosts: batcave
user: root
gather_facts: True