Fix hosts in playbook.
This commit is contained in:
parent
2dd0c917a3
commit
d39e2c9bc4
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue