From 80d86945837889e09d614845db358539c27bd76e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 20 May 2019 18:23:42 +0000 Subject: [PATCH] ansible: fix -- mistake for import_playbook Signed-off-by: Kevin Fenzi --- playbooks/groups/arm-qa.yml | 2 +- playbooks/groups/autocloud-backend.yml | 2 +- playbooks/groups/autocloud-web.yml | 2 +- playbooks/groups/badges-backend.yml | 2 +- playbooks/groups/badges-web.yml | 2 +- playbooks/groups/basset.yml | 2 +- playbooks/groups/bastion.yml | 2 +- playbooks/groups/batcave.yml | 2 +- playbooks/groups/batcomputer.yml | 2 +- playbooks/groups/beaker.yml | 2 +- playbooks/groups/blockerbugs.yml | 2 +- playbooks/groups/bodhi-backend.yml | 2 +- playbooks/groups/bugyou.yml | 2 +- playbooks/groups/bugzilla2fedmsg.yml | 2 +- playbooks/groups/buildhw.yml | 2 +- playbooks/groups/buildvm.yml | 2 +- playbooks/groups/busgateway.yml | 2 +- playbooks/groups/certgetter.yml | 2 +- playbooks/groups/ci.yml | 2 +- playbooks/groups/copr-frontend.yml | 2 +- playbooks/groups/datagrepper.yml | 2 +- playbooks/groups/dhcp.yml | 2 +- playbooks/groups/dns.yml | 2 +- playbooks/groups/download.yml | 2 +- playbooks/groups/elections.yml | 2 +- playbooks/groups/fas.yml | 2 +- playbooks/groups/fedimg.yml | 2 +- playbooks/groups/fedocal.yml | 2 +- playbooks/groups/freshmaker.yml | 2 +- playbooks/groups/github2fedmsg.yml | 2 +- playbooks/groups/gnome-backups.yml | 2 +- playbooks/groups/hotness.yml | 2 +- playbooks/groups/hubs.yml | 2 +- playbooks/groups/infinote.yml | 2 +- playbooks/groups/ipa.yml | 2 +- playbooks/groups/kerneltest.yml | 2 +- playbooks/groups/keyserver.yml | 2 +- playbooks/groups/koji-hub.yml | 2 +- playbooks/groups/kojipkgs.yml | 2 +- playbooks/groups/koschei-backend.yml | 2 +- playbooks/groups/koschei-web.yml | 2 +- playbooks/groups/logserver.yml | 2 +- playbooks/groups/loopabull.yml | 2 +- playbooks/groups/mailman.yml | 2 +- playbooks/groups/maintainer-test.yml | 4 ++-- playbooks/groups/mariadb-server.yml | 2 +- playbooks/groups/mbs.yml | 2 +- playbooks/groups/mdapi.yml | 2 +- playbooks/groups/memcached.yml | 2 +- playbooks/groups/mirrormanager.yml | 2 +- playbooks/groups/modernpaste.yml | 2 +- playbooks/groups/newcloud-undercloud.yml | 2 +- playbooks/groups/noc.yml | 2 +- playbooks/groups/notifs-backend.yml | 2 +- playbooks/groups/notifs-web.yml | 2 +- playbooks/groups/nuancier.yml | 2 +- playbooks/groups/oci-registry.yml | 2 +- playbooks/groups/odcs.yml | 2 +- playbooks/groups/openqa.yml | 2 +- playbooks/groups/os-cluster.yml | 2 +- playbooks/groups/os-proxies.yml | 2 +- playbooks/groups/osbs-cluster.yml | 12 ++++++------ playbooks/groups/packages.yml | 2 +- playbooks/groups/pagure-proxy.yml | 2 +- playbooks/groups/pagure.yml | 2 +- playbooks/groups/pdc.yml | 2 +- playbooks/groups/people.yml | 2 +- playbooks/groups/pkgs.yml | 2 +- playbooks/groups/postgresql-server-bdr.yml | 2 +- playbooks/groups/postgresql-server.yml | 2 +- playbooks/groups/proxies.yml | 2 +- playbooks/groups/qa.yml | 2 +- playbooks/groups/rabbitmq.yml | 2 +- playbooks/groups/releng-compose.yml | 2 +- playbooks/groups/repospanner.yml | 2 +- playbooks/groups/resultsdb.yml | 2 +- playbooks/groups/rhel8beta.yml | 2 +- playbooks/groups/secondary.yml | 2 +- playbooks/groups/sign-bridge.yml | 2 +- playbooks/groups/smtp-mm.yml | 2 +- playbooks/groups/sundries.yml | 2 +- playbooks/groups/tang.yml | 2 +- playbooks/groups/taskotron.yml | 2 +- playbooks/groups/torrent.yml | 2 +- playbooks/groups/unbound.yml | 2 +- playbooks/groups/value.yml | 2 +- playbooks/groups/virthost.yml | 2 +- playbooks/groups/wiki.yml | 2 +- playbooks/groups/zanata2fedmsg.yml | 2 +- 89 files changed, 95 insertions(+), 95 deletions(-) diff --git a/playbooks/groups/arm-qa.yml b/playbooks/groups/arm-qa.yml index e0bf915091..b51e0fdde3 100644 --- a/playbooks/groups/arm-qa.yml +++ b/playbooks/groups/arm-qa.yml @@ -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 hosts: arm_qa diff --git a/playbooks/groups/autocloud-backend.yml b/playbooks/groups/autocloud-backend.yml index 1a3dfe4a38..f1d172eb28 100644 --- a/playbooks/groups/autocloud-backend.yml +++ b/playbooks/groups/autocloud-backend.yml @@ -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 hosts: autocloud_backend:autocloud_backend_stg diff --git a/playbooks/groups/autocloud-web.yml b/playbooks/groups/autocloud-web.yml index d8495371b1..3eae029325 100644 --- a/playbooks/groups/autocloud-web.yml +++ b/playbooks/groups/autocloud-web.yml @@ -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 hosts: autocloud_web:autocloud_web_stg diff --git a/playbooks/groups/badges-backend.yml b/playbooks/groups/badges-backend.yml index 3a72cc7ec7..b5cb26ca8a 100644 --- a/playbooks/groups/badges-backend.yml +++ b/playbooks/groups/badges-backend.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: badges_backend:badges_backend_stg diff --git a/playbooks/groups/badges-web.yml b/playbooks/groups/badges-web.yml index 9ce6494651..043b943fb2 100644 --- a/playbooks/groups/badges-web.yml +++ b/playbooks/groups/badges-web.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: badges_web:badges_web_stg diff --git a/playbooks/groups/basset.yml b/playbooks/groups/basset.yml index fa4394df99..640a3ec21a 100644 --- a/playbooks/groups/basset.yml +++ b/playbooks/groups/basset.yml @@ -1,6 +1,6 @@ # 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 hosts: basset:basset_stg diff --git a/playbooks/groups/bastion.yml b/playbooks/groups/bastion.yml index 2c3ed58161..f4b5d9eb66 100644 --- a/playbooks/groups/bastion.yml +++ b/playbooks/groups/bastion.yml @@ -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 hosts: bastion diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index aca49aa7a9..e8183a460c 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -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 hosts: batcave diff --git a/playbooks/groups/batcomputer.yml b/playbooks/groups/batcomputer.yml index 7d8b172eb6..b615d993df 100644 --- a/playbooks/groups/batcomputer.yml +++ b/playbooks/groups/batcomputer.yml @@ -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 hosts: batcomputer diff --git a/playbooks/groups/beaker.yml b/playbooks/groups/beaker.yml index 6c85b95e75..12b4d1ac83 100644 --- a/playbooks/groups/beaker.yml +++ b/playbooks/groups/beaker.yml @@ -2,7 +2,7 @@ # 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 --- 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 hosts: beaker:beaker_stg diff --git a/playbooks/groups/blockerbugs.yml b/playbooks/groups/blockerbugs.yml index a0efcc60ba..90493e697b 100644 --- a/playbooks/groups/blockerbugs.yml +++ b/playbooks/groups/blockerbugs.yml @@ -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 hosts: blockerbugs:blockerbugs_stg diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml index bfa50aebc6..58a7a6929f 100644 --- a/playbooks/groups/bodhi-backend.yml +++ b/playbooks/groups/bodhi-backend.yml @@ -5,7 +5,7 @@ # 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. diff --git a/playbooks/groups/bugyou.yml b/playbooks/groups/bugyou.yml index 52f37abaf4..558e3ff77c 100644 --- a/playbooks/groups/bugyou.yml +++ b/playbooks/groups/bugyou.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: bugyou:bugyou_stg diff --git a/playbooks/groups/bugzilla2fedmsg.yml b/playbooks/groups/bugzilla2fedmsg.yml index db81495130..fd33effe7f 100644 --- a/playbooks/groups/bugzilla2fedmsg.yml +++ b/playbooks/groups/bugzilla2fedmsg.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: bugzilla2fedmsg:bugzilla2fedmsg_stg diff --git a/playbooks/groups/buildhw.yml b/playbooks/groups/buildhw.yml index c228386e55..eb77006429 100644 --- a/playbooks/groups/buildhw.yml +++ b/playbooks/groups/buildhw.yml @@ -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 hosts: buildhw:bkernel diff --git a/playbooks/groups/buildvm.yml b/playbooks/groups/buildvm.yml index 35acea9584..c2846d73ae 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -3,7 +3,7 @@ # 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 --- 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) 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 diff --git a/playbooks/groups/busgateway.yml b/playbooks/groups/busgateway.yml index 8b88d7832c..e0b7edae24 100644 --- a/playbooks/groups/busgateway.yml +++ b/playbooks/groups/busgateway.yml @@ -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 hosts: busgateway:busgateway_stg diff --git a/playbooks/groups/certgetter.yml b/playbooks/groups/certgetter.yml index 8463cfc615..d59f48fca9 100644 --- a/playbooks/groups/certgetter.yml +++ b/playbooks/groups/certgetter.yml @@ -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 hosts: certgetter diff --git a/playbooks/groups/ci.yml b/playbooks/groups/ci.yml index b4d4fb969c..badd6937e0 100644 --- a/playbooks/groups/ci.yml +++ b/playbooks/groups/ci.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: ci diff --git a/playbooks/groups/copr-frontend.yml b/playbooks/groups/copr-frontend.yml index 39fb5d55d1..8fe9457e4a 100644 --- a/playbooks/groups/copr-frontend.yml +++ b/playbooks/groups/copr-frontend.yml @@ -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 hosts: copr_front_stg diff --git a/playbooks/groups/datagrepper.yml b/playbooks/groups/datagrepper.yml index 72baef0517..3d87af188e 100644 --- a/playbooks/groups/datagrepper.yml +++ b/playbooks/groups/datagrepper.yml @@ -1,6 +1,6 @@ # 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 hosts: datagrepper:datagrepper_stg diff --git a/playbooks/groups/dhcp.yml b/playbooks/groups/dhcp.yml index 86ec876dc5..da2929ff83 100644 --- a/playbooks/groups/dhcp.yml +++ b/playbooks/groups/dhcp.yml @@ -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 hosts: dhcp diff --git a/playbooks/groups/dns.yml b/playbooks/groups/dns.yml index b87ebda975..fcff65c471 100644 --- a/playbooks/groups/dns.yml +++ b/playbooks/groups/dns.yml @@ -1,6 +1,6 @@ # 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 hosts: dns diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index 1e2bfdeec1..bf8fa026ba 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -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 hosts: download diff --git a/playbooks/groups/elections.yml b/playbooks/groups/elections.yml index 11037f79b6..c2d68445e4 100644 --- a/playbooks/groups/elections.yml +++ b/playbooks/groups/elections.yml @@ -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 hosts: elections:elections_stg diff --git a/playbooks/groups/fas.yml b/playbooks/groups/fas.yml index 7a7a69ba08..181e9fde19 100644 --- a/playbooks/groups/fas.yml +++ b/playbooks/groups/fas.yml @@ -1,6 +1,6 @@ # 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 hosts: fas_stg:fas diff --git a/playbooks/groups/fedimg.yml b/playbooks/groups/fedimg.yml index 9930b14b1e..9520ffc46f 100644 --- a/playbooks/groups/fedimg.yml +++ b/playbooks/groups/fedimg.yml @@ -1,7 +1,7 @@ # create a new fedimg server # 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 hosts: fedimg:fedimg_stg diff --git a/playbooks/groups/fedocal.yml b/playbooks/groups/fedocal.yml index b55127fdad..15393bbec7 100644 --- a/playbooks/groups/fedocal.yml +++ b/playbooks/groups/fedocal.yml @@ -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 hosts: fedocal_stg:fedocal diff --git a/playbooks/groups/freshmaker.yml b/playbooks/groups/freshmaker.yml index 9fa32d09d4..81e1e95b10 100644 --- a/playbooks/groups/freshmaker.yml +++ b/playbooks/groups/freshmaker.yml @@ -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 hosts: freshmaker:freshmaker_stg diff --git a/playbooks/groups/github2fedmsg.yml b/playbooks/groups/github2fedmsg.yml index c858040d67..4c208c824a 100644 --- a/playbooks/groups/github2fedmsg.yml +++ b/playbooks/groups/github2fedmsg.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: github2fedmsg:github2fedmsg_stg diff --git a/playbooks/groups/gnome-backups.yml b/playbooks/groups/gnome-backups.yml index ce08961ff6..2ab54d59c6 100644 --- a/playbooks/groups/gnome-backups.yml +++ b/playbooks/groups/gnome-backups.yml @@ -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 hosts: gnome_backups diff --git a/playbooks/groups/hotness.yml b/playbooks/groups/hotness.yml index a3d797a8ab..2cbd038c39 100644 --- a/playbooks/groups/hotness.yml +++ b/playbooks/groups/hotness.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: hotness:hotness_stg diff --git a/playbooks/groups/hubs.yml b/playbooks/groups/hubs.yml index 62347fba1b..d1d9622281 100644 --- a/playbooks/groups/hubs.yml +++ b/playbooks/groups/hubs.yml @@ -1,6 +1,6 @@ # create the hubs server # 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 hosts: hubs_stg diff --git a/playbooks/groups/infinote.yml b/playbooks/groups/infinote.yml index 1fba0de176..41bef62f83 100644 --- a/playbooks/groups/infinote.yml +++ b/playbooks/groups/infinote.yml @@ -1,5 +1,5 @@ # 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 hosts: infinote diff --git a/playbooks/groups/ipa.yml b/playbooks/groups/ipa.yml index b4979bed60..ee1ea1549f 100644 --- a/playbooks/groups/ipa.yml +++ b/playbooks/groups/ipa.yml @@ -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 hosts: ipa:ipa_stg diff --git a/playbooks/groups/kerneltest.yml b/playbooks/groups/kerneltest.yml index ca5f8ea798..8206d8485c 100644 --- a/playbooks/groups/kerneltest.yml +++ b/playbooks/groups/kerneltest.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: kerneltest_stg:kerneltest diff --git a/playbooks/groups/keyserver.yml b/playbooks/groups/keyserver.yml index 017a87bbb5..76598c25f1 100644 --- a/playbooks/groups/keyserver.yml +++ b/playbooks/groups/keyserver.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: keys diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 31b6ad7f24..253b150527 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -2,7 +2,7 @@ # 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 --- 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. diff --git a/playbooks/groups/kojipkgs.yml b/playbooks/groups/kojipkgs.yml index b9c1f5b198..0ee3a7969a 100644 --- a/playbooks/groups/kojipkgs.yml +++ b/playbooks/groups/kojipkgs.yml @@ -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 hosts: kojipkgs diff --git a/playbooks/groups/koschei-backend.yml b/playbooks/groups/koschei-backend.yml index 719f7e37b4..8a95e53292 100644 --- a/playbooks/groups/koschei-backend.yml +++ b/playbooks/groups/koschei-backend.yml @@ -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 hosts: koschei_backend diff --git a/playbooks/groups/koschei-web.yml b/playbooks/groups/koschei-web.yml index cd377d37c8..6af819d50f 100644 --- a/playbooks/groups/koschei-web.yml +++ b/playbooks/groups/koschei-web.yml @@ -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 hosts: koschei_web diff --git a/playbooks/groups/logserver.yml b/playbooks/groups/logserver.yml index bcc0ae4822..6d9b2ed6ee 100644 --- a/playbooks/groups/logserver.yml +++ b/playbooks/groups/logserver.yml @@ -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 hosts: log01.phx2.fedoraproject.org diff --git a/playbooks/groups/loopabull.yml b/playbooks/groups/loopabull.yml index 85809dc3d6..a127d48b46 100644 --- a/playbooks/groups/loopabull.yml +++ b/playbooks/groups/loopabull.yml @@ -1,5 +1,5 @@ # 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 hosts: loopabull:loopabull_stg diff --git a/playbooks/groups/mailman.yml b/playbooks/groups/mailman.yml index 2957e254a5..6477843ab5 100644 --- a/playbooks/groups/mailman.yml +++ b/playbooks/groups/mailman.yml @@ -2,7 +2,7 @@ # 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 --- 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 hosts: mailman_stg:mailman diff --git a/playbooks/groups/maintainer-test.yml b/playbooks/groups/maintainer-test.yml index f7e19353dc..edb108c050 100644 --- a/playbooks/groups/maintainer-test.yml +++ b/playbooks/groups/maintainer-test.yml @@ -32,8 +32,8 @@ - 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/virt-create.yml myhosts=aarch64_test" +- 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" - name: Setup maintainer test hosts hosts: arm_packager:maintainer_test:aarch64_test diff --git a/playbooks/groups/mariadb-server.yml b/playbooks/groups/mariadb-server.yml index 542c3696b9..07b87675ac 100644 --- a/playbooks/groups/mariadb-server.yml +++ b/playbooks/groups/mariadb-server.yml @@ -2,7 +2,7 @@ # 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 --- 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. diff --git a/playbooks/groups/mbs.yml b/playbooks/groups/mbs.yml index 8b05e6b711..1aa0683c48 100644 --- a/playbooks/groups/mbs.yml +++ b/playbooks/groups/mbs.yml @@ -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 hosts: mbs:mbs_stg diff --git a/playbooks/groups/mdapi.yml b/playbooks/groups/mdapi.yml index 2a607d2af6..4132308d42 100644 --- a/playbooks/groups/mdapi.yml +++ b/playbooks/groups/mdapi.yml @@ -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 hosts: mdapi_stg:mdapi diff --git a/playbooks/groups/memcached.yml b/playbooks/groups/memcached.yml index 035c3a046f..e59989b27c 100644 --- a/playbooks/groups/memcached.yml +++ b/playbooks/groups/memcached.yml @@ -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 hosts: memcached:memcached_stg diff --git a/playbooks/groups/mirrormanager.yml b/playbooks/groups/mirrormanager.yml index a35aa4860c..53ff764f96 100644 --- a/playbooks/groups/mirrormanager.yml +++ b/playbooks/groups/mirrormanager.yml @@ -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 hosts: mm:mm_stg diff --git a/playbooks/groups/modernpaste.yml b/playbooks/groups/modernpaste.yml index 2abe3d2059..9681a5ed9d 100644 --- a/playbooks/groups/modernpaste.yml +++ b/playbooks/groups/modernpaste.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: modernpaste_stg:modernpaste diff --git a/playbooks/groups/newcloud-undercloud.yml b/playbooks/groups/newcloud-undercloud.yml index 0ed27b771b..d79c5def24 100644 --- a/playbooks/groups/newcloud-undercloud.yml +++ b/playbooks/groups/newcloud-undercloud.yml @@ -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 hosts: newcloud_undercloud diff --git a/playbooks/groups/noc.yml b/playbooks/groups/noc.yml index 31564e6680..d41f7c4a9d 100644 --- a/playbooks/groups/noc.yml +++ b/playbooks/groups/noc.yml @@ -1,5 +1,5 @@ # 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 hosts: nagios diff --git a/playbooks/groups/notifs-backend.yml b/playbooks/groups/notifs-backend.yml index 359bbbe7b8..93df0c2f8b 100644 --- a/playbooks/groups/notifs-backend.yml +++ b/playbooks/groups/notifs-backend.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: notifs_backend:notifs_backend_stg diff --git a/playbooks/groups/notifs-web.yml b/playbooks/groups/notifs-web.yml index 11a7b3bed0..ec0e963a31 100644 --- a/playbooks/groups/notifs-web.yml +++ b/playbooks/groups/notifs-web.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: notifs_web:notifs_web_stg diff --git a/playbooks/groups/nuancier.yml b/playbooks/groups/nuancier.yml index a332b4a451..1de5371e72 100644 --- a/playbooks/groups/nuancier.yml +++ b/playbooks/groups/nuancier.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: nuancier:nuancier_stg diff --git a/playbooks/groups/oci-registry.yml b/playbooks/groups/oci-registry.yml index 67fedd0aae..231b5504fe 100644 --- a/playbooks/groups/oci-registry.yml +++ b/playbooks/groups/oci-registry.yml @@ -1,5 +1,5 @@ # 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 hosts: oci_registry:oci_registry_stg diff --git a/playbooks/groups/odcs.yml b/playbooks/groups/odcs.yml index 88d7780cf8..18f4db820e 100644 --- a/playbooks/groups/odcs.yml +++ b/playbooks/groups/odcs.yml @@ -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 hosts: odcs:odcs_stg diff --git a/playbooks/groups/openqa.yml b/playbooks/groups/openqa.yml index 709420325e..6d246a07b4 100644 --- a/playbooks/groups/openqa.yml +++ b/playbooks/groups/openqa.yml @@ -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 hosts: openqa:openqa_stg diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index 1b7e8e32da..b4870c215e 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -1,5 +1,5 @@ # 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 hosts: os_control:os_control_stg:os_masters_stg:os_nodes_stg:os_masters:os_nodes diff --git a/playbooks/groups/os-proxies.yml b/playbooks/groups/os-proxies.yml index 6d5fae81b1..9a85444bcc 100644 --- a/playbooks/groups/os-proxies.yml +++ b/playbooks/groups/os-proxies.yml @@ -1,6 +1,6 @@ # 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 hosts: os_proxies diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 43a881a9fa..b94b0d26f0 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -1,10 +1,10 @@ # 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_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_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" +- 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_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_aarch64_masters_stg" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs_aarch64_masters" - 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 diff --git a/playbooks/groups/packages.yml b/playbooks/groups/packages.yml index 720d7641b0..8543009613 100644 --- a/playbooks/groups/packages.yml +++ b/playbooks/groups/packages.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: packages:packages_stg diff --git a/playbooks/groups/pagure-proxy.yml b/playbooks/groups/pagure-proxy.yml index db5ad70519..e3e1ba92d5 100644 --- a/playbooks/groups/pagure-proxy.yml +++ b/playbooks/groups/pagure-proxy.yml @@ -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 hosts: pagure_proxy diff --git a/playbooks/groups/pagure.yml b/playbooks/groups/pagure.yml index dc2b1d8bc9..62f95d7c5e 100644 --- a/playbooks/groups/pagure.yml +++ b/playbooks/groups/pagure.yml @@ -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 hosts: pagure:pagure_stg diff --git a/playbooks/groups/pdc.yml b/playbooks/groups/pdc.yml index ecba51d5df..b581507a6c 100644 --- a/playbooks/groups/pdc.yml +++ b/playbooks/groups/pdc.yml @@ -1,6 +1,6 @@ # 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 hosts: pdc_web:pdc_web_stg:pdc_backend:pdc_backend_stg diff --git a/playbooks/groups/people.yml b/playbooks/groups/people.yml index 00e2a761d1..bce414474e 100644 --- a/playbooks/groups/people.yml +++ b/playbooks/groups/people.yml @@ -1,7 +1,7 @@ # 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 hosts: people diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index c32c3812d0..9dfb68a63d 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -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 hosts: pkgs_stg:pkgs02.phx2.fedoraproject.org diff --git a/playbooks/groups/postgresql-server-bdr.yml b/playbooks/groups/postgresql-server-bdr.yml index 01e569a7e5..682d22b98e 100644 --- a/playbooks/groups/postgresql-server-bdr.yml +++ b/playbooks/groups/postgresql-server-bdr.yml @@ -2,7 +2,7 @@ # 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 --- 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. diff --git a/playbooks/groups/postgresql-server.yml b/playbooks/groups/postgresql-server.yml index 3a2c7fcbc2..3553f3de31 100644 --- a/playbooks/groups/postgresql-server.yml +++ b/playbooks/groups/postgresql-server.yml @@ -2,7 +2,7 @@ # 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 --- 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. diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 3f0440e050..3f4e82c596 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -1,6 +1,6 @@ # 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 hosts: proxies_stg:proxies diff --git a/playbooks/groups/qa.yml b/playbooks/groups/qa.yml index 495ccb4e59..4ca9874299 100644 --- a/playbooks/groups/qa.yml +++ b/playbooks/groups/qa.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: qa_prod:qa_stg diff --git a/playbooks/groups/rabbitmq.yml b/playbooks/groups/rabbitmq.yml index 215e8d62d6..9962781f36 100644 --- a/playbooks/groups/rabbitmq.yml +++ b/playbooks/groups/rabbitmq.yml @@ -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 hosts: rabbitmq:rabbitmq_stg diff --git a/playbooks/groups/releng-compose.yml b/playbooks/groups/releng-compose.yml index 4d2679be1e..8a545d2479 100644 --- a/playbooks/groups/releng-compose.yml +++ b/playbooks/groups/releng-compose.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: releng_compose:releng_stg diff --git a/playbooks/groups/repospanner.yml b/playbooks/groups/repospanner.yml index 8af17ade48..840042f959 100644 --- a/playbooks/groups/repospanner.yml +++ b/playbooks/groups/repospanner.yml @@ -1,6 +1,6 @@ # 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 hosts: repospanner diff --git a/playbooks/groups/resultsdb.yml b/playbooks/groups/resultsdb.yml index ec374bb22c..1328c48f0d 100644 --- a/playbooks/groups/resultsdb.yml +++ b/playbooks/groups/resultsdb.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: resultsdb_dev:resultsdb_stg:resultsdb_prod diff --git a/playbooks/groups/rhel8beta.yml b/playbooks/groups/rhel8beta.yml index 9f5ed1cd40..25a8028528 100644 --- a/playbooks/groups/rhel8beta.yml +++ b/playbooks/groups/rhel8beta.yml @@ -1,6 +1,6 @@ # 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 hosts: rhel8beta diff --git a/playbooks/groups/secondary.yml b/playbooks/groups/secondary.yml index cc680f7194..67af1db1a5 100644 --- a/playbooks/groups/secondary.yml +++ b/playbooks/groups/secondary.yml @@ -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 hosts: secondary diff --git a/playbooks/groups/sign-bridge.yml b/playbooks/groups/sign-bridge.yml index b39f39c5f6..8c2d721a37 100644 --- a/playbooks/groups/sign-bridge.yml +++ b/playbooks/groups/sign-bridge.yml @@ -6,7 +6,7 @@ # Access is via management interface only. This playbook does initial setup. # 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 hosts: sign_bridge diff --git a/playbooks/groups/smtp-mm.yml b/playbooks/groups/smtp-mm.yml index f4536fe719..c0ef072c8c 100644 --- a/playbooks/groups/smtp-mm.yml +++ b/playbooks/groups/smtp-mm.yml @@ -1,6 +1,6 @@ # 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 hosts: smtp_mm diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index f61f87f527..561dcaae61 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -3,7 +3,7 @@ # 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 hosts: sundries:sundries_stg diff --git a/playbooks/groups/tang.yml b/playbooks/groups/tang.yml index 862d9712fb..8c722cd94d 100644 --- a/playbooks/groups/tang.yml +++ b/playbooks/groups/tang.yml @@ -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 hosts: tang diff --git a/playbooks/groups/taskotron.yml b/playbooks/groups/taskotron.yml index bf5f7b1f3e..72997cd629 100644 --- a/playbooks/groups/taskotron.yml +++ b/playbooks/groups/taskotron.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: taskotron_dev:taskotron_stg:taskotron_prod diff --git a/playbooks/groups/torrent.yml b/playbooks/groups/torrent.yml index d6c098abe0..3043b15eb7 100644 --- a/playbooks/groups/torrent.yml +++ b/playbooks/groups/torrent.yml @@ -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 hosts: torrent diff --git a/playbooks/groups/unbound.yml b/playbooks/groups/unbound.yml index 61e798a593..56d2e3c5f9 100644 --- a/playbooks/groups/unbound.yml +++ b/playbooks/groups/unbound.yml @@ -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 hosts: unbound diff --git a/playbooks/groups/value.yml b/playbooks/groups/value.yml index d41bb3ec0f..8e2dd01df6 100644 --- a/playbooks/groups/value.yml +++ b/playbooks/groups/value.yml @@ -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 hosts: value:value_stg diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index 26fa340c94..89d19c24ae 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -2,7 +2,7 @@ # 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 --- 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 hosts: virthost:bvirthost:buildvmhost:virthost_comm:colo_virt:virthost_communishift diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index 8b006d827b..b3f4b7ecee 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -3,7 +3,7 @@ # 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 hosts: wiki:wiki_stg diff --git a/playbooks/groups/zanata2fedmsg.yml b/playbooks/groups/zanata2fedmsg.yml index 4f85c912d2..0694295efe 100644 --- a/playbooks/groups/zanata2fedmsg.yml +++ b/playbooks/groups/zanata2fedmsg.yml @@ -3,7 +3,7 @@ # 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 --- 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 hosts: zanata2fedmsg:zanata2fedmsg_stg