adding hosts folder as well to the PR
This commit is contained in:
parent
a961a5ed7d
commit
dd5a282c7c
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
# This is a basic playbook
|
# This is a basic playbook
|
||||||
|
|
||||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=cloud-noc-os01.rdu-cc.fedoraproject.org"
|
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml"
|
||||||
|
vars:
|
||||||
|
myhosts: "cloud-noc-os01.rdu-cc.fedoraproject.org"
|
||||||
|
|
||||||
- name: make cloud noc hardware
|
- name: make cloud noc hardware
|
||||||
hosts: cloud-noc-os01.rdu-cc.fedoraproject.org
|
hosts: cloud-noc-os01.rdu-cc.fedoraproject.org
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
# This is a basic playbook
|
# This is a basic playbook
|
||||||
|
|
||||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=cloud-noc01.fedorainfracloud.org"
|
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml"
|
||||||
|
vars:
|
||||||
|
myhosts: "cloud-noc01.fedorainfracloud.org"
|
||||||
|
|
||||||
- name: make cloud noc hardware
|
- name: make cloud noc hardware
|
||||||
hosts: cloud-noc01.fedorainfracloud.org
|
hosts: cloud-noc01.fedorainfracloud.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue