mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
Fix hosts in playbook.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user