ansible: fix -- mistake for import_playbook

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-05-20 18:23:42 +00:00
parent 2d1cf41c9f
commit 80d8694583
89 changed files with 95 additions and 95 deletions

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=arm_qa" - import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=arm_qa"
- name: Setup arm-qa hosts - name: Setup arm-qa hosts
hosts: arm_qa hosts: arm_qa

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=autocloud_backend_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=autocloud_backend_stg"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: autocloud_backend:autocloud_backend_stg hosts: autocloud_backend:autocloud_backend_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=autocloud_web:autocloud_web_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=autocloud_web:autocloud_web_stg"
- name: make the box be real - name: make the box be real
hosts: autocloud_web:autocloud_web_stg hosts: autocloud_web:autocloud_web_stg

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=badges_backend:badges_backend_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=badges_backend:badges_backend_stg"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: badges_backend:badges_backend_stg hosts: badges_backend:badges_backend_stg

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/badges-web* or from hostvars # NOTE: most of these vars_path come from group_vars/badges-web* or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=badges_web:badges_web_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=badges_web:badges_web_stg"
- name: make the box be real - name: make the box be real
hosts: badges_web:badges_web_stg hosts: badges_web:badges_web_stg

View file

@ -1,6 +1,6 @@
# create a new basset server # create a new basset server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=basset:basset_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=basset:basset_stg"
- name: make the box be real - name: make the box be real
hosts: basset:basset_stg hosts: basset:basset_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bastion" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bastion"
- name: make the boxen be real for real - name: make the boxen be real for real
hosts: bastion hosts: bastion

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=batcave" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=batcave"
- name: make the box be real - name: make the box be real
hosts: batcave hosts: batcave

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=batcomputer" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=batcomputer"
- name: make the box be real - name: make the box be real
hosts: batcomputer hosts: batcomputer

View file

@ -2,7 +2,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=beaker:beaker_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=beaker:beaker_stg"
- name: make the box be real - name: make the box be real
hosts: beaker:beaker_stg hosts: beaker:beaker_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=blockerbugs:blockerbugs_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=blockerbugs:blockerbugs_stg"
- name: make the box be real - name: make the box be real
hosts: blockerbugs:blockerbugs_stg hosts: blockerbugs:blockerbugs_stg

View file

@ -5,7 +5,7 @@
# They also run some misc releng scripts. # They also run some misc releng scripts.
# #
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bodhi_backend:bodhi_backend_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bodhi_backend:bodhi_backend_stg"
# Once the instance exists, configure it. # Once the instance exists, configure it.

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bugyou:bugyou_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bugyou:bugyou_stg"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: bugyou:bugyou_stg hosts: bugyou:bugyou_stg

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bugzilla2fedmsg:bugzilla2fedmsg_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bugzilla2fedmsg:bugzilla2fedmsg_stg"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: bugzilla2fedmsg:bugzilla2fedmsg_stg hosts: bugzilla2fedmsg:bugzilla2fedmsg_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=buildhw:bkernel" - import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=buildhw:bkernel"
- name: make koji builder(s) on raw hw - name: make koji builder(s) on raw hw
hosts: buildhw:bkernel hosts: buildhw:bkernel

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this builder on the buildvmhost # NOTE: make sure there is room/space for this builder on the buildvmhost
# NOTE: most of these vars_path come from group_vars/buildvm or from hostvars # NOTE: most of these vars_path come from group_vars/buildvm or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=buildvm:buildvm_stg:buildvm_aarch64:buildvm_armv7:buildvm_ppc64:buildvm_ppc64le:buildvm_ppc64_stg:buildvm_ppc64le_stg:buildvm_aarch64_stg:buildvm_armv7_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=buildvm:buildvm_stg:buildvm_aarch64:buildvm_armv7:buildvm_ppc64:buildvm_ppc64le:buildvm_ppc64_stg:buildvm_ppc64le_stg:buildvm_aarch64_stg:buildvm_armv7_stg"
- name: make koji builder(s) - name: make koji builder(s)
hosts: buildvm:buildvm_stg:buildvm_aarch64:buildvm_armv7:buildvm_ppc64:buildvm_ppc64le:buildvm_ppc64_stg:buildvm_ppc64le_stg:buildvm_aarch64_stg:buildvm_armv7_stg:buildvm_s390x:buildvm_s390x_stg hosts: buildvm:buildvm_stg:buildvm_aarch64:buildvm_armv7:buildvm_ppc64:buildvm_ppc64le:buildvm_ppc64_stg:buildvm_ppc64le_stg:buildvm_aarch64_stg:buildvm_armv7_stg:buildvm_s390x:buildvm_s390x_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=busgateway:busgateway_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=busgateway:busgateway_stg"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: busgateway:busgateway_stg hosts: busgateway:busgateway_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=certgetter" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=certgetter"
- name: make the box be real - name: make the box be real
hosts: certgetter hosts: certgetter

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=ci_cc_rdu01.fedoraproject.org" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=ci_cc_rdu01.fedoraproject.org"
- name: make the box be real - name: make the box be real
hosts: ci hosts: ci

View file

@ -1,5 +1,5 @@
--- ---
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=copr_front_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=copr_front_stg"
- name: provision copr frontend - name: provision copr frontend
hosts: copr_front_stg hosts: copr_front_stg

View file

@ -1,6 +1,6 @@
# create a new datagrepper server # create a new datagrepper server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=datagrepper:datagrepper_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=datagrepper:datagrepper_stg"
- name: make the box be real - name: make the box be real
hosts: datagrepper:datagrepper_stg hosts: datagrepper:datagrepper_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=dhcp" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=dhcp"
- name: make the box be real - name: make the box be real
hosts: dhcp hosts: dhcp

View file

@ -1,6 +1,6 @@
# create a new dns server # create a new dns server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=dns" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=dns"
- name: make the box be real - name: make the box be real
hosts: dns hosts: dns

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=download_ibiblio:download_cc_rdu:download_phx2_virtual" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=download_ibiblio:download_cc_rdu:download_phx2_virtual"
- name: Download servers - name: Download servers
hosts: download hosts: download

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=elections:elections_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=elections:elections_stg"
- name: make the box be real - name: make the box be real
hosts: elections:elections_stg hosts: elections:elections_stg

View file

@ -1,6 +1,6 @@
# create a new fas server # create a new fas server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=fas:fas_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=fas:fas_stg"
- name: make the box be real - name: make the box be real
hosts: fas_stg:fas hosts: fas_stg:fas

View file

@ -1,7 +1,7 @@
# create a new fedimg server # create a new fedimg server
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=fedimg:fedimg_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=fedimg:fedimg_stg"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: fedimg:fedimg_stg hosts: fedimg:fedimg_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=fedocal_stg:fedocal" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=fedocal_stg:fedocal"
- name: make the box be real - name: make the box be real
hosts: fedocal_stg:fedocal hosts: fedocal_stg:fedocal

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=freshmaker:freshmaker_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=freshmaker:freshmaker_stg"
- name: make the box be real - name: make the box be real
hosts: freshmaker:freshmaker_stg hosts: freshmaker:freshmaker_stg

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/github2fedmsg* or from hostvars # NOTE: most of these vars_path come from group_vars/github2fedmsg* or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=github2fedmsg:github2fedmsg_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=github2fedmsg:github2fedmsg_stg"
- name: make the box be real - name: make the box be real
hosts: github2fedmsg:github2fedmsg_stg hosts: github2fedmsg:github2fedmsg_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=gnome_backups" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=gnome_backups"
- name: make the boxen be real for real - name: make the boxen be real for real
hosts: gnome_backups hosts: gnome_backups

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=hotness:hotness_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=hotness:hotness_stg"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: hotness:hotness_stg hosts: hotness:hotness_stg

View file

@ -1,6 +1,6 @@
# create the hubs server # create the hubs server
# NOTE: should be used with --limit most of the time # NOTE: should be used with --limit most of the time
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=hubs_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=hubs_stg"
- name: make the box be real - name: make the box be real
hosts: hubs_stg hosts: hubs_stg

View file

@ -1,5 +1,5 @@
# create a new infinote server # create a new infinote server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=infinote" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=infinote"
- name: make the boxen be real for real - name: make the boxen be real for real
hosts: infinote hosts: infinote

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=ipa:ipa_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=ipa:ipa_stg"
- name: make the box be real - name: make the box be real
hosts: ipa:ipa_stg hosts: ipa:ipa_stg

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/kerneltest* or from hostvars # NOTE: most of these vars_path come from group_vars/kerneltest* or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=kerneltest:kerneltest_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=kerneltest:kerneltest_stg"
- name: make the box be real - name: make the box be real
hosts: kerneltest_stg:kerneltest hosts: kerneltest_stg:kerneltest

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/gallery-web* or from hostvars # NOTE: most of these vars_path come from group_vars/gallery-web* or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=keys" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=keys"
- name: make the box be real - name: make the box be real
hosts: keys hosts: keys

View file

@ -2,7 +2,7 @@
# NOTE: should be used with --limit most of the time # NOTE: should be used with --limit most of the time
# NOTE: most of these vars_path come from group_vars/koji-hub or from hostvars # NOTE: most of these vars_path come from group_vars/koji-hub or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=koji_stg:koji" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=koji_stg:koji"
# Once the instance exists, configure it. # Once the instance exists, configure it.

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=kojipkgs" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=kojipkgs"
- name: make the boxen be real for real - name: make the boxen be real for real
hosts: kojipkgs hosts: kojipkgs

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=koschei_backend:koschei_backend_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=koschei_backend:koschei_backend_stg"
- name: install koschei - name: install koschei
hosts: koschei_backend hosts: koschei_backend

View file

@ -1,5 +1,5 @@
--- ---
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=koschei_web:koschei_web_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=koschei_web:koschei_web_stg"
- name: install koschei-frontend - name: install koschei-frontend
hosts: koschei_web hosts: koschei_web

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=log01.phx2.fedoraproject.org" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=log01.phx2.fedoraproject.org"
- name: make the box be real - name: make the box be real
hosts: log01.phx2.fedoraproject.org hosts: log01.phx2.fedoraproject.org

View file

@ -1,5 +1,5 @@
# create a new loopabull server # create a new loopabull server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=loopabull:loopabull_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=loopabull:loopabull_stg"
- name: make the box be real - name: make the box be real
hosts: loopabull:loopabull_stg hosts: loopabull:loopabull_stg

View file

@ -2,7 +2,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mailman:mailman_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mailman:mailman_stg"
- name: make the box be real - name: make the box be real
hosts: mailman_stg:mailman hosts: mailman_stg:mailman

View file

@ -32,8 +32,8 @@
- debug: var=Frozen - debug: var=Frozen
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=arm_packager" - import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=arm_packager"
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=aarch64_test" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=aarch64_test"
- name: Setup maintainer test hosts - name: Setup maintainer test hosts
hosts: arm_packager:maintainer_test:aarch64_test hosts: arm_packager:maintainer_test:aarch64_test

View file

@ -2,7 +2,7 @@
# NOTE: should be used with --limit most of the time # NOTE: should be used with --limit most of the time
# NOTE: most of these vars_path come from group_vars/backup_server or from hostvars # NOTE: most of these vars_path come from group_vars/backup_server or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=db03.phx2.fedoraproject.org:db03.stg.phx2.fedoraproject.org" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=db03.phx2.fedoraproject.org:db03.stg.phx2.fedoraproject.org"
# Once the instance exists, configure it. # Once the instance exists, configure it.

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mbs:mbs_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mbs:mbs_stg"
- name: make the box be real - name: make the box be real
hosts: mbs:mbs_stg hosts: mbs:mbs_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mdapi:mdapi_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mdapi:mdapi_stg"
- name: make the box be real - name: make the box be real
hosts: mdapi_stg:mdapi hosts: mdapi_stg:mdapi

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=memcached:memcached_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=memcached:memcached_stg"
- name: make the box be real - name: make the box be real
hosts: memcached:memcached_stg hosts: memcached:memcached_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mm:mm_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mm:mm_stg"
- name: make the boxe be real for real - name: make the boxe be real for real
hosts: mm:mm_stg hosts: mm:mm_stg

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=modernpaste_stg:modernpaste" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=modernpaste_stg:modernpaste"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: modernpaste_stg:modernpaste hosts: modernpaste_stg:modernpaste

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=newcloud_undercloud" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=newcloud_undercloud"
- name: make the box be real - name: make the box be real
hosts: newcloud_undercloud hosts: newcloud_undercloud

View file

@ -1,5 +1,5 @@
# This is a basic playbook # This is a basic playbook
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nagios" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nagios"
- name: make the box be real - name: make the box be real
hosts: nagios hosts: nagios

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=notifs_backend:notifs_backend_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=notifs_backend:notifs_backend_stg"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: notifs_backend:notifs_backend_stg hosts: notifs_backend:notifs_backend_stg

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/notifs-web* or from hostvars # NOTE: most of these vars_path come from group_vars/notifs-web* or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=notifs_web:notifs_web_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=notifs_web:notifs_web_stg"
- name: make the box be real - name: make the box be real
hosts: notifs_web:notifs_web_stg hosts: notifs_web:notifs_web_stg

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/nuancier* or from hostvars # NOTE: most of these vars_path come from group_vars/nuancier* or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nuancier:nuancier_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nuancier:nuancier_stg"
- name: make the box be real - name: make the box be real
hosts: nuancier:nuancier_stg hosts: nuancier:nuancier_stg

View file

@ -1,5 +1,5 @@
# create an osbs server # create an osbs server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=oci_registry:oci_registry_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=oci_registry:oci_registry_stg"
- name: make the box be real - name: make the box be real
hosts: oci_registry:oci_registry_stg hosts: oci_registry:oci_registry_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=odcs:odcs_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=odcs:odcs_stg"
- name: make the box be real - name: make the box be real
hosts: odcs:odcs_stg hosts: odcs:odcs_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa:openqa_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa:openqa_stg"
- name: setup base openqa host - name: setup base openqa host
hosts: openqa:openqa_stg hosts: openqa:openqa_stg

View file

@ -1,5 +1,5 @@
# create an os server # create an os server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=os_control_stg:os_control:os_nodes_stg:os_masters_stg:os_nodes:os_masters" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=os_control_stg:os_control:os_nodes_stg:os_masters_stg:os_nodes:os_masters"
- name: make the box be real - name: make the box be real
hosts: os_control:os_control_stg:os_masters_stg:os_nodes_stg:os_masters:os_nodes hosts: os_control:os_control_stg:os_masters_stg:os_nodes_stg:os_masters:os_nodes

View file

@ -1,6 +1,6 @@
# create a new proxy server # create a new proxy server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=os_proxies" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=os_proxies"
- name: make the box be real - name: make the box be real
hosts: os_proxies hosts: os_proxies

View file

@ -1,10 +1,10 @@
# create an osbs server # create an osbs server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_control" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_control"
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_control_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_control_stg"
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_nodes:osbs_masters" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_nodes:osbs_masters"
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_nodes_stg:osbs_masters_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_nodes_stg:osbs_masters_stg"
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_aarch64_masters_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_aarch64_masters_stg"
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_aarch64_masters" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_aarch64_masters"
- name: make the box be real - name: make the box be real
hosts: osbs_control:osbs_masters:osbs_nodes:osbs_control_stg:osbs_masters_stg:osbs_nodes_stg:osbs_aarch64_masters_stg:osbs_aarch64_masters hosts: osbs_control:osbs_masters:osbs_nodes:osbs_control_stg:osbs_masters_stg:osbs_nodes_stg:osbs_aarch64_masters_stg:osbs_aarch64_masters

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/packages* or from hostvars # NOTE: most of these vars_path come from group_vars/packages* or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=packages:packages_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=packages:packages_stg"
- name: make the box be real - name: make the box be real
hosts: packages:packages_stg hosts: packages:packages_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pagure_proxy" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pagure_proxy"
- name: make the boxen be real for real - name: make the boxen be real for real
hosts: pagure_proxy hosts: pagure_proxy

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pagure:pagure_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pagure:pagure_stg"
- name: make the boxen be real for real - name: make the boxen be real for real
hosts: pagure:pagure_stg hosts: pagure:pagure_stg

View file

@ -1,6 +1,6 @@
# PDC servers (both frontend and backend) # PDC servers (both frontend and backend)
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pdc_web:pdc_web_stg:pdc_backend:pdc_backend_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pdc_web:pdc_web_stg:pdc_backend:pdc_backend_stg"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: pdc_web:pdc_web_stg:pdc_backend:pdc_backend_stg hosts: pdc_web:pdc_web_stg:pdc_backend:pdc_backend_stg

View file

@ -1,7 +1,7 @@
# Create a people server # Create a people server
# #
# #
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=people" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=people"
- name: make the box be real - name: make the box be real
hosts: people hosts: people

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pkgs_stg:pkgs02.phx2.fedoraproject.org" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pkgs_stg:pkgs02.phx2.fedoraproject.org"
- name: make the box be real - name: make the box be real
hosts: pkgs_stg:pkgs02.phx2.fedoraproject.org hosts: pkgs_stg:pkgs02.phx2.fedoraproject.org

View file

@ -2,7 +2,7 @@
# NOTE: should be used with --limit most of the time # NOTE: should be used with --limit most of the time
# NOTE: most of these vars_path come from group_vars/backup_server or from hostvars # NOTE: most of these vars_path come from group_vars/backup_server or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pgbdr01.stg.phx2.fedoraproject.org:pgbdr02.stg.phx2.fedoraproject.org" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pgbdr01.stg.phx2.fedoraproject.org:pgbdr02.stg.phx2.fedoraproject.org"
# Once the instance exists, configure it. # Once the instance exists, configure it.

View file

@ -2,7 +2,7 @@
# NOTE: should be used with --limit most of the time # NOTE: should be used with --limit most of the time
# NOTE: most of these vars_path come from group_vars/backup_server or from hostvars # NOTE: most of these vars_path come from group_vars/backup_server or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=db_datanommer02.phx2.fedoraproject.org:db_qa01.qa.fedoraproject.org:db_koji01.phx2.fedoraproject.org:db_fas01.stg.phx2.fedoraproject.org:db_fas01.phx2.fedoraproject.org:db01.phx2.fedoraproject.org:db01.stg.phx2.fedoraproject.org:db_qa02.qa.fedoraproject.org:db_koji01.stg.phx2.fedoraproject.org:db_qa03.qa.fedoraproject.org" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=db_datanommer02.phx2.fedoraproject.org:db_qa01.qa.fedoraproject.org:db_koji01.phx2.fedoraproject.org:db_fas01.stg.phx2.fedoraproject.org:db_fas01.phx2.fedoraproject.org:db01.phx2.fedoraproject.org:db01.stg.phx2.fedoraproject.org:db_qa02.qa.fedoraproject.org:db_koji01.stg.phx2.fedoraproject.org:db_qa03.qa.fedoraproject.org"
# Once the instance exists, configure it. # Once the instance exists, configure it.

View file

@ -1,6 +1,6 @@
# create a new proxy server # create a new proxy server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=proxies:proxies_stg:!proxy05.fedoraproject.org" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=proxies:proxies_stg:!proxy05.fedoraproject.org"
- name: make the box be real - name: make the box be real
hosts: proxies_stg:proxies hosts: proxies_stg:proxies

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=qa_prod:qa_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=qa_prod:qa_stg"
- name: make the box be real - name: make the box be real
hosts: qa_prod:qa_stg hosts: qa_prod:qa_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=rabbitmq:rabbitmq_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=rabbitmq:rabbitmq_stg"
- name: make the box be real - name: make the box be real
hosts: rabbitmq:rabbitmq_stg hosts: rabbitmq:rabbitmq_stg

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this instance on the buildvmhost # NOTE: make sure there is room/space for this instance on the buildvmhost
# NOTE: most of these vars_path come from group_vars/releng or from hostvars # NOTE: most of these vars_path come from group_vars/releng or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=releng_compose:releng_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=releng_compose:releng_stg"
- name: Setup releng compose hosts - name: Setup releng compose hosts
hosts: releng_compose:releng_stg hosts: releng_compose:releng_stg

View file

@ -1,6 +1,6 @@
# create a new dns server # create a new dns server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=repospanner" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=repospanner"
- name: make the box be real - name: make the box be real
hosts: repospanner hosts: repospanner

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=resultsdb_dev:resultsdb_stg:resultsdb_prod" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=resultsdb_dev:resultsdb_stg:resultsdb_prod"
- name: make the box be real - name: make the box be real
hosts: resultsdb_dev:resultsdb_stg:resultsdb_prod hosts: resultsdb_dev:resultsdb_stg:resultsdb_prod

View file

@ -1,6 +1,6 @@
# create a new rhel8 beta test server # create a new rhel8 beta test server
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=rhel8beta" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=rhel8beta"
- name: dole out the generic configuration - name: dole out the generic configuration
hosts: rhel8beta hosts: rhel8beta

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=secondary" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=secondary"
- name: setup secondary arch download server - name: setup secondary arch download server
hosts: secondary hosts: secondary

View file

@ -6,7 +6,7 @@
# Access is via management interface only. This playbook does initial setup. # Access is via management interface only. This playbook does initial setup.
# Please check with rel-eng before doing anything here. # Please check with rel-eng before doing anything here.
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=sign_bridge" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=sign_bridge"
- name: configure sign bridge server - name: configure sign bridge server
hosts: sign_bridge hosts: sign_bridge

View file

@ -1,6 +1,6 @@
# create smtp servers # create smtp servers
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=smtp_mm" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=smtp_mm"
- name: make the box be real - name: make the box be real
hosts: smtp_mm hosts: smtp_mm

View file

@ -3,7 +3,7 @@
# These servers run a number of smaller apps that don't merit their own instances. # These servers run a number of smaller apps that don't merit their own instances.
# #
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=sundries:sundries_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=sundries:sundries_stg"
- name: make the box be real - name: make the box be real
hosts: sundries:sundries_stg hosts: sundries:sundries_stg

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=tang" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=tang"
- name: make the box be real - name: make the box be real
hosts: tang hosts: tang

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=taskotron_dev:taskotron_stg:taskotron_prod" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=taskotron_dev:taskotron_stg:taskotron_prod"
- name: make the box be real - name: make the box be real
hosts: taskotron_dev:taskotron_stg:taskotron_prod hosts: taskotron_dev:taskotron_stg:taskotron_prod

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=torrent" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=torrent"
- name: make the box be real - name: make the box be real
hosts: torrent hosts: torrent

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=unbound" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=unbound"
- name: make the box be real - name: make the box be real
hosts: unbound hosts: unbound

View file

@ -1,4 +1,4 @@
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=value:value_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=value:value_stg"
- name: make the box be real - name: make the box be real
hosts: value:value_stg hosts: value:value_stg

View file

@ -2,7 +2,7 @@
# NOTE: should be used with --limit most of the time # NOTE: should be used with --limit most of the time
# NOTE: most of these vars_path come from group_vars/backup_server or from hostvars # NOTE: most of these vars_path come from group_vars/backup_server or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=virthost:bvirthost:buildvmhost:virthost_comm:colo_virt:virthost_communishift" - import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=virthost:bvirthost:buildvmhost:virthost_comm:colo_virt:virthost_communishift"
- name: make virthost server system - name: make virthost server system
hosts: virthost:bvirthost:buildvmhost:virthost_comm:colo_virt:virthost_communishift hosts: virthost:bvirthost:buildvmhost:virthost_comm:colo_virt:virthost_communishift

View file

@ -3,7 +3,7 @@
# These servers run mediawiki for the main fedora wiki instance. # These servers run mediawiki for the main fedora wiki instance.
# #
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=wiki:wiki_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=wiki:wiki_stg"
- name: make the box be real - name: make the box be real
hosts: wiki:wiki_stg hosts: wiki:wiki_stg

View file

@ -3,7 +3,7 @@
# NOTE: make sure there is room/space for this server on the vmhost # NOTE: make sure there is room/space for this server on the vmhost
# NOTE: most of these vars_path come from group_vars/zanata2fedmsg* or from hostvars # NOTE: most of these vars_path come from group_vars/zanata2fedmsg* or from hostvars
-- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=zanata2fedmsg:zanata2fedmsg_stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=zanata2fedmsg:zanata2fedmsg_stg"
- name: make the box be real - name: make the box be real
hosts: zanata2fedmsg:zanata2fedmsg_stg hosts: zanata2fedmsg:zanata2fedmsg_stg