From 9815e9ac5896688758075d9af5709dbb5d7cb1f0 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 2 Feb 2016 21:03:19 +0000 Subject: [PATCH] Use : instead of ; between host/group names. ; is depreciated and will go away someday. --- playbooks/death_to_postfix.yml | 2 +- playbooks/groups/autocloud-backend.yml | 4 ++-- playbooks/groups/autocloud-web.yml | 4 ++-- playbooks/groups/badges-backend.yml | 4 ++-- playbooks/groups/badges-web.yml | 4 ++-- playbooks/groups/bugyou.yml | 6 +++--- playbooks/groups/bugzilla2fedmsg.yml | 4 ++-- playbooks/groups/busgateway.yml | 4 ++-- playbooks/groups/composers.yml | 2 +- playbooks/groups/darkserver-backend.yml | 6 +++--- playbooks/groups/darkserver-web.yml | 2 +- playbooks/groups/darkserver.yml | 2 +- playbooks/groups/datagrepper.yml | 8 ++++---- playbooks/groups/elections.yml | 6 +++--- playbooks/groups/fedimg.yml | 4 ++-- playbooks/groups/fedocal.yml | 6 +++--- playbooks/groups/github2fedmsg.yml | 4 ++-- playbooks/groups/hotness.yml | 6 +++--- playbooks/groups/mdapi.yml | 6 +++--- playbooks/groups/mirrormanager.yml | 10 +++++----- playbooks/groups/notifs-backend.yml | 4 ++-- playbooks/groups/notifs-web.yml | 2 +- playbooks/groups/nuancier.yml | 6 +++--- playbooks/groups/packages.yml | 4 ++-- playbooks/groups/pdc.yml | 4 ++-- playbooks/groups/pkgdb.yml | 6 +++--- playbooks/groups/statscache.yml | 6 +++--- playbooks/groups/summershum.yml | 8 ++++---- playbooks/groups/sundries.yml | 2 +- playbooks/groups/tagger.yml | 6 +++--- playbooks/manual/history_undo.yml | 4 ++-- playbooks/manual/nagios/shush-fmn.yml | 2 +- playbooks/manual/rebuild/fedora-packages.yml | 4 ++-- playbooks/manual/rebuild/hotspot.yml | 2 +- playbooks/manual/rebuild/mote.yml | 2 +- playbooks/manual/rebuild/websites.yml | 2 +- playbooks/manual/staging-sync/lookaside.yml | 2 +- playbooks/manual/upgrade/autocloud.yml | 10 +++++----- playbooks/manual/upgrade/badges.yml | 10 +++++----- playbooks/manual/upgrade/bodhi.yml | 10 +++++----- playbooks/manual/upgrade/datagrepper.yml | 4 ++-- playbooks/manual/upgrade/datanommer.yml | 8 ++++---- playbooks/manual/upgrade/fedimg.yml | 4 ++-- playbooks/manual/upgrade/fedmsg.yml | 2 +- playbooks/manual/upgrade/fmn.yml | 8 ++++---- playbooks/manual/upgrade/hotness.yml | 4 ++-- playbooks/manual/upgrade/koschei.yml | 2 +- playbooks/manual/upgrade/mote.yml | 4 ++-- playbooks/manual/upgrade/packages.yml | 4 ++-- playbooks/manual/upgrade/pdc.yml | 6 +++--- playbooks/manual/upgrade/statscache.yml | 8 ++++---- playbooks/manual/upgrade/tagger.yml | 4 ++-- playbooks/rkhunter_only.yml | 2 +- playbooks/rkhunter_update.yml | 2 +- playbooks/run_pkgdb_sync_git.yml | 2 +- 55 files changed, 127 insertions(+), 127 deletions(-) diff --git a/playbooks/death_to_postfix.yml b/playbooks/death_to_postfix.yml index 1ca1007ffe..46a1f33c1a 100644 --- a/playbooks/death_to_postfix.yml +++ b/playbooks/death_to_postfix.yml @@ -1,4 +1,4 @@ -# requires --extra-vars="target='host1;host2;group'" +# requires --extra-vars="target='host1:host2:group'" # thanks threebean on this. - name: kills postfix which has been left around alive after update. diff --git a/playbooks/groups/autocloud-backend.yml b/playbooks/groups/autocloud-backend.yml index bb00379623..4b7136d9ab 100644 --- a/playbooks/groups/autocloud-backend.yml +++ b/playbooks/groups/autocloud-backend.yml @@ -1,7 +1,7 @@ - include: "/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 + hosts: autocloud-backend:autocloud-backend-stg user: root gather_facts: True @@ -31,7 +31,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: autocloud-backend;autocloud-backend-stg + hosts: autocloud-backend:autocloud-backend-stg user: root gather_facts: True vars_files: diff --git a/playbooks/groups/autocloud-web.yml b/playbooks/groups/autocloud-web.yml index 184c080fa3..b40d7837d1 100644 --- a/playbooks/groups/autocloud-web.yml +++ b/playbooks/groups/autocloud-web.yml @@ -1,7 +1,7 @@ - include: "/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 + hosts: autocloud-web:autocloud-web-stg user: root gather_facts: True @@ -35,7 +35,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the app-specific configuration - hosts: autocloud-web;autocloud-web-stg + hosts: autocloud-web:autocloud-web-stg user: root gather_facts: True diff --git a/playbooks/groups/badges-backend.yml b/playbooks/groups/badges-backend.yml index 481632eed0..db62590a7c 100644 --- a/playbooks/groups/badges-backend.yml +++ b/playbooks/groups/badges-backend.yml @@ -6,7 +6,7 @@ - include: "/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 + hosts: badges-backend:badges-backend-stg user: root gather_facts: True @@ -36,7 +36,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: badges-backend;badges-backend-stg + hosts: badges-backend:badges-backend-stg user: root gather_facts: True diff --git a/playbooks/groups/badges-web.yml b/playbooks/groups/badges-web.yml index 884c52e006..eb6a1b60a2 100644 --- a/playbooks/groups/badges-web.yml +++ b/playbooks/groups/badges-web.yml @@ -3,10 +3,10 @@ # 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 -- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=badges-web;badges-web-stg" +- include: "/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 + hosts: badges-web:badges-web-stg user: root gather_facts: True diff --git a/playbooks/groups/bugyou.yml b/playbooks/groups/bugyou.yml index 0ecbdcb394..4851a75f56 100644 --- a/playbooks/groups/bugyou.yml +++ b/playbooks/groups/bugyou.yml @@ -6,7 +6,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bugyou:bugyou-stg" - name: dole out the generic configuration - hosts: bugyou;bugyou-stg + hosts: bugyou:bugyou-stg user: root gather_facts: True @@ -33,7 +33,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: set up fedmsg basics - hosts: bugyou;bugyou-stg + hosts: bugyou:bugyou-stg user: root gather_facts: True @@ -49,7 +49,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: bugyou;bugyou-stg + hosts: bugyou:bugyou-stg user: root gather_facts: True diff --git a/playbooks/groups/bugzilla2fedmsg.yml b/playbooks/groups/bugzilla2fedmsg.yml index 84f3ce75a7..35fa9b86a0 100644 --- a/playbooks/groups/bugzilla2fedmsg.yml +++ b/playbooks/groups/bugzilla2fedmsg.yml @@ -6,7 +6,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=bugzilla2fedmsg:bugzilla2fedmsg-stg" - name: dole out the generic configuration - hosts: bugzilla2fedmsg;bugzilla2fedmsg-stg + hosts: bugzilla2fedmsg:bugzilla2fedmsg-stg user: root gather_facts: True @@ -34,7 +34,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: bugzilla2fedmsg;bugzilla2fedmsg-stg + hosts: bugzilla2fedmsg:bugzilla2fedmsg-stg user: root gather_facts: True diff --git a/playbooks/groups/busgateway.yml b/playbooks/groups/busgateway.yml index db8f7155ff..af2c4bf1ea 100644 --- a/playbooks/groups/busgateway.yml +++ b/playbooks/groups/busgateway.yml @@ -1,7 +1,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=busgateway:busgateway-stg" - name: dole out the generic configuration - hosts: busgateway;busgateway-stg + hosts: busgateway:busgateway-stg user: root gather_facts: True @@ -31,7 +31,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: busgateway;busgateway-stg + hosts: busgateway:busgateway-stg user: root gather_facts: True diff --git a/playbooks/groups/composers.yml b/playbooks/groups/composers.yml index 1834e79df1..381f5d2f06 100644 --- a/playbooks/groups/composers.yml +++ b/playbooks/groups/composers.yml @@ -8,7 +8,7 @@ # Once the instance exists, configure it. - name: make releng server system - hosts: composers;composers-stg + hosts: composers:composers-stg user: root gather_facts: True diff --git a/playbooks/groups/darkserver-backend.yml b/playbooks/groups/darkserver-backend.yml index a0c78ad278..da8747e579 100644 --- a/playbooks/groups/darkserver-backend.yml +++ b/playbooks/groups/darkserver-backend.yml @@ -1,7 +1,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=darkserver-backend:darkserver-backend-stg" - name: make the box be real - hosts: darkserver-backend;darkserver-backend-stg + hosts: darkserver-backend:darkserver-backend-stg user: root gather_facts: True @@ -40,7 +40,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: set up fedmsg basics - hosts: darkserver-backend;darkserver-backend-stg + hosts: darkserver-backend:darkserver-backend-stg user: root gather_facts: True @@ -56,7 +56,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: darkserver-backend;darkserver-backend-stg + hosts: darkserver-backend:darkserver-backend-stg user: root gather_facts: True diff --git a/playbooks/groups/darkserver-web.yml b/playbooks/groups/darkserver-web.yml index 3bc68b8978..21419ae522 100644 --- a/playbooks/groups/darkserver-web.yml +++ b/playbooks/groups/darkserver-web.yml @@ -1,7 +1,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=darkserver-web:darkserver-web-stg" - name: make the box be real - hosts: darkserver-web;darkserver-web-stg + hosts: darkserver-web:darkserver-web-stg user: root gather_facts: True diff --git a/playbooks/groups/darkserver.yml b/playbooks/groups/darkserver.yml index 85c90fefcb..41bcd2bd6b 100644 --- a/playbooks/groups/darkserver.yml +++ b/playbooks/groups/darkserver.yml @@ -1,7 +1,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=darkserver:darkserver-stg" - name: make the box be real - hosts: darkserver;darkserver-stg + hosts: darkserver:darkserver-stg user: root gather_facts: True diff --git a/playbooks/groups/datagrepper.yml b/playbooks/groups/datagrepper.yml index 6ef5efe9c6..23dbaf2f74 100644 --- a/playbooks/groups/datagrepper.yml +++ b/playbooks/groups/datagrepper.yml @@ -3,7 +3,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=datagrepper:datagrepper-stg" - name: make the box be real - hosts: datagrepper;datagrepper-stg + hosts: datagrepper:datagrepper-stg user: root gather_facts: True @@ -36,7 +36,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: datagrepper;datagrepper-stg + hosts: datagrepper:datagrepper-stg user: root gather_facts: True @@ -59,7 +59,7 @@ # datagrepper that is partially in place, but not yet functional. # #- name: set up gluster server on prod -# hosts: datagrepper;datagrepper-stg +# hosts: datagrepper:datagrepper-stg # user: root # gather_facts: True # @@ -81,7 +81,7 @@ # - include: "{{ handlers }}/restart_services.yml" # #- name: set up gluster client on prod -# hosts: datagrepper;datagrepper-stg +# hosts: datagrepper:datagrepper-stg # user: root # gather_facts: True # diff --git a/playbooks/groups/elections.yml b/playbooks/groups/elections.yml index 6c810c377e..b34fc91e91 100644 --- a/playbooks/groups/elections.yml +++ b/playbooks/groups/elections.yml @@ -1,7 +1,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=elections:elections-stg" - name: make the box be real - hosts: elections;elections-stg + hosts: elections:elections-stg user: root gather_facts: True @@ -33,7 +33,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: set up fedmsg on elections - hosts: elections;elections-stg + hosts: elections:elections-stg user: root gather_facts: True @@ -49,7 +49,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: deploy elections itself - hosts: elections;elections-stg + hosts: elections:elections-stg user: root gather_facts: True diff --git a/playbooks/groups/fedimg.yml b/playbooks/groups/fedimg.yml index 1e4ef4b9f5..5243187b44 100644 --- a/playbooks/groups/fedimg.yml +++ b/playbooks/groups/fedimg.yml @@ -4,7 +4,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=fedimg:fedimg-stg" - name: dole out the generic configuration - hosts: fedimg;fedimg-stg + hosts: fedimg:fedimg-stg user: root gather_facts: True @@ -36,7 +36,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: fedimg;fedimg-stg + hosts: fedimg:fedimg-stg user: root gather_facts: True diff --git a/playbooks/groups/fedocal.yml b/playbooks/groups/fedocal.yml index b5930ebff3..05fb8344d2 100644 --- a/playbooks/groups/fedocal.yml +++ b/playbooks/groups/fedocal.yml @@ -1,7 +1,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=fedocal-stg:fedocal" - name: make the box be real - hosts: fedocal-stg;fedocal + hosts: fedocal-stg:fedocal user: root gather_facts: True @@ -33,7 +33,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: set up fedmsg - hosts: fedocal-stg;fedocal + hosts: fedocal-stg:fedocal user: root gather_facts: True @@ -49,7 +49,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: deploy fedocal itself - hosts: fedocal-stg;fedocal + hosts: fedocal-stg:fedocal user: root gather_facts: True diff --git a/playbooks/groups/github2fedmsg.yml b/playbooks/groups/github2fedmsg.yml index a27b4435a1..77f3f3bb67 100644 --- a/playbooks/groups/github2fedmsg.yml +++ b/playbooks/groups/github2fedmsg.yml @@ -6,7 +6,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=github2fedmsg:github2fedmsg-stg" - name: make the box be real - hosts: github2fedmsg;github2fedmsg-stg + hosts: github2fedmsg:github2fedmsg-stg user: root gather_facts: True @@ -38,7 +38,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: deploy service-specific config - hosts: github2fedmsg;github2fedmsg-stg + hosts: github2fedmsg:github2fedmsg-stg user: root gather_facts: True diff --git a/playbooks/groups/hotness.yml b/playbooks/groups/hotness.yml index 7386735d77..ab9fa3e7df 100644 --- a/playbooks/groups/hotness.yml +++ b/playbooks/groups/hotness.yml @@ -6,7 +6,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=hotness:hotness-stg" - name: dole out the generic configuration - hosts: hotness;hotness-stg + hosts: hotness:hotness-stg user: root gather_facts: True @@ -37,7 +37,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: set up fedmsg basics - hosts: hotness;hotness-stg + hosts: hotness:hotness-stg user: root gather_facts: True @@ -53,7 +53,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: hotness;hotness-stg + hosts: hotness:hotness-stg user: root gather_facts: True diff --git a/playbooks/groups/mdapi.yml b/playbooks/groups/mdapi.yml index f4e5fe2b36..0355282086 100644 --- a/playbooks/groups/mdapi.yml +++ b/playbooks/groups/mdapi.yml @@ -1,7 +1,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=mdapi:mdapi-stg" - name: make the box be real - hosts: mdapi-stg;mdapi + hosts: mdapi-stg:mdapi user: root gather_facts: True @@ -32,7 +32,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: deploy mdapi itself - hosts: mdapi-stg;mdapi + hosts: mdapi-stg:mdapi user: root gather_facts: True @@ -48,7 +48,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: set up fedmsg - hosts: mdapi-stg;mdapi + hosts: mdapi-stg:mdapi user: root gather_facts: True diff --git a/playbooks/groups/mirrormanager.yml b/playbooks/groups/mirrormanager.yml index 9806cc6f22..f4a222c346 100644 --- a/playbooks/groups/mirrormanager.yml +++ b/playbooks/groups/mirrormanager.yml @@ -1,7 +1,7 @@ - include: "/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 + hosts: mm:mm-stg user: root gather_facts: True @@ -30,7 +30,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: Deploy the backend - hosts: mm-backend;mm-backend-stg + hosts: mm-backend:mm-backend-stg user: root gather_facts: True @@ -48,7 +48,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: Deploy the crawler - hosts: mm-crawler;mm-crawler-stg + hosts: mm-crawler:mm-crawler-stg user: root gather_facts: True @@ -67,7 +67,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: Deploy the frontend (web-app) - hosts: mm-frontend;mm-frontend-stg + hosts: mm-frontend:mm-frontend-stg user: root gather_facts: True @@ -85,7 +85,7 @@ # Do this one last, since the mirrormanager user needs to exist so that it can # own the fedmsg certs we put in place here. - name: Put fedmsg stuff in place - hosts: mm;mm-stg + hosts: mm:mm-stg user: root gather_facts: True diff --git a/playbooks/groups/notifs-backend.yml b/playbooks/groups/notifs-backend.yml index 40e7a26db0..02b3a864f1 100644 --- a/playbooks/groups/notifs-backend.yml +++ b/playbooks/groups/notifs-backend.yml @@ -6,7 +6,7 @@ - include: "/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 + hosts: notifs-backend:notifs-backend-stg user: root gather_facts: True @@ -38,7 +38,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: notifs-backend;notifs-backend-stg + hosts: notifs-backend:notifs-backend-stg user: root gather_facts: True diff --git a/playbooks/groups/notifs-web.yml b/playbooks/groups/notifs-web.yml index eb7b4e4e34..14c4f59bbb 100644 --- a/playbooks/groups/notifs-web.yml +++ b/playbooks/groups/notifs-web.yml @@ -6,7 +6,7 @@ - include: "/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 + hosts: notifs-web:notifs-web-stg user: root gather_facts: True diff --git a/playbooks/groups/nuancier.yml b/playbooks/groups/nuancier.yml index 332f7ac3c3..0be21e7f6b 100644 --- a/playbooks/groups/nuancier.yml +++ b/playbooks/groups/nuancier.yml @@ -6,7 +6,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nuancier:nuancier-stg" - name: make the box be real - hosts: nuancier;nuancier-stg + hosts: nuancier:nuancier-stg user: root gather_facts: True @@ -37,7 +37,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: set up fedmsg - hosts: nuancier;nuancier-stg + hosts: nuancier:nuancier-stg user: root gather_facts: True @@ -113,7 +113,7 @@ mountdir: /var/cache/nuancier - name: deploy nuancier itself - hosts: nuancier;nuancier-stg + hosts: nuancier:nuancier-stg user: root gather_facts: True diff --git a/playbooks/groups/packages.yml b/playbooks/groups/packages.yml index e34d47f387..896a55dc01 100644 --- a/playbooks/groups/packages.yml +++ b/playbooks/groups/packages.yml @@ -6,7 +6,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=packages:packages-stg" - name: make the box be real - hosts: packages;packages-stg + hosts: packages:packages-stg user: root gather_facts: True @@ -86,7 +86,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the new service specific config - hosts: packages;packages-stg + hosts: packages:packages-stg user: root gather_facts: True diff --git a/playbooks/groups/pdc.yml b/playbooks/groups/pdc.yml index 80f3dbdcc1..bb1183fdc8 100644 --- a/playbooks/groups/pdc.yml +++ b/playbooks/groups/pdc.yml @@ -28,7 +28,7 @@ - include: "{{ tasks }}/motd.yml" - name: stuff for the web nodes - hosts: pdc-web;pdc-web-stg + hosts: pdc-web:pdc-web-stg user: root gather_facts: True vars_files: @@ -49,7 +49,7 @@ - include: "{{ tasks }}/mod_wsgi.yml" - name: stuff just for the backend nodes - hosts: pdc-backend;pdc-backend-stg + hosts: pdc-backend:pdc-backend-stg user: root gather_facts: True vars_files: diff --git a/playbooks/groups/pkgdb.yml b/playbooks/groups/pkgdb.yml index 551be64660..d3035ebc52 100644 --- a/playbooks/groups/pkgdb.yml +++ b/playbooks/groups/pkgdb.yml @@ -5,7 +5,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pkgdb:pkgdb-stg" - name: make the box be real - hosts: pkgdb-stg;pkgdb + hosts: pkgdb-stg:pkgdb user: root gather_facts: True @@ -36,7 +36,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: set up fedmsg on pkgdb - hosts: pkgdb-stg;pkgdb + hosts: pkgdb-stg:pkgdb user: root gather_facts: True @@ -52,7 +52,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: deploy pkgdb itself - hosts: pkgdb-stg;pkgdb + hosts: pkgdb-stg:pkgdb user: root gather_facts: True diff --git a/playbooks/groups/statscache.yml b/playbooks/groups/statscache.yml index a8a767bd91..4c0ce873cc 100644 --- a/playbooks/groups/statscache.yml +++ b/playbooks/groups/statscache.yml @@ -6,7 +6,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=statscache:statscache-stg" - name: make the box be real - hosts: statscache;statscache-stg + hosts: statscache:statscache-stg user: root gather_facts: True vars_files: @@ -32,7 +32,7 @@ - include: "{{ tasks }}/motd.yml" - name: Stuff just for the web frontend - hosts: statscache-web;statscache-web-stg + hosts: statscache-web:statscache-web-stg user: root gather_facts: True vars_files: @@ -52,7 +52,7 @@ - include: "{{ tasks }}/mod_wsgi.yml" - name: Stuff just for the fedmsg backend - hosts: statscache-backend;statscache-backend-stg + hosts: statscache-backend:statscache-backend-stg user: root gather_facts: True vars_files: diff --git a/playbooks/groups/summershum.yml b/playbooks/groups/summershum.yml index cc26343dfc..52a8763a76 100644 --- a/playbooks/groups/summershum.yml +++ b/playbooks/groups/summershum.yml @@ -3,10 +3,10 @@ # 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 -- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=summershum;summershum-stg" +- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=summershum:summershum-stg" - name: dole out the generic configuration - hosts: summershum;summershum-stg + hosts: summershum:summershum-stg user: root gather_facts: True @@ -37,7 +37,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: set up fedmsg basics - hosts: summershum;summershum-stg + hosts: summershum:summershum-stg user: root gather_facts: True @@ -53,7 +53,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service-specific config - hosts: summershum;summershum-stg + hosts: summershum:summershum-stg user: root gather_facts: True diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index b59fa52d04..a049410c10 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -6,7 +6,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=sundries:sundries-stg" - name: make the box be real - hosts: sundries;sundries-stg + hosts: sundries:sundries-stg user: root gather_facts: True diff --git a/playbooks/groups/tagger.yml b/playbooks/groups/tagger.yml index fd80280c51..d9a106fe8a 100644 --- a/playbooks/groups/tagger.yml +++ b/playbooks/groups/tagger.yml @@ -6,7 +6,7 @@ - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=tagger:tagger-stg" - name: make the box be real - hosts: tagger;tagger-stg + hosts: tagger:tagger-stg user: root gather_facts: True @@ -38,7 +38,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: dole out the service specific config - hosts: tagger;tagger-stg + hosts: tagger:tagger-stg user: root gather_facts: True @@ -55,7 +55,7 @@ # This comes last because it relies on a group created by the tagger role. - name: setup fedmsg - hosts: tagger;tagger-stg + hosts: tagger:tagger-stg user: root gather_facts: True diff --git a/playbooks/manual/history_undo.yml b/playbooks/manual/history_undo.yml index f1704d291f..30ec0e404d 100644 --- a/playbooks/manual/history_undo.yml +++ b/playbooks/manual/history_undo.yml @@ -1,4 +1,4 @@ -# requires --extra-vars="target='host1;host2;group etc' package='somepackage'" +# requires --extra-vars="target='host1:host2:group etc' package='somepackage'" # # This playbook searches through the yum history for the latest transaction # involving a particular package. Once it finds it, it will undo that @@ -18,7 +18,7 @@ register: transaction_id # If transaction_id.stderr == "", then that means that the $PACKAGE we're - # looking for was never installed; it does not appear in the yum history. + # looking for was never installed: it does not appear in the yum history. - debug: var=transaction_id.stdout when: transaction_id.stderr == "" diff --git a/playbooks/manual/nagios/shush-fmn.yml b/playbooks/manual/nagios/shush-fmn.yml index 5bb9d4ae9c..2b0ff9cee2 100644 --- a/playbooks/manual/nagios/shush-fmn.yml +++ b/playbooks/manual/nagios/shush-fmn.yml @@ -1,5 +1,5 @@ - name: be quiet please... - hosts: notifs-backend;notifs-backend-stg + hosts: notifs-backend:notifs-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/rebuild/fedora-packages.yml b/playbooks/manual/rebuild/fedora-packages.yml index c1b9dbb081..a0cefa4b7f 100644 --- a/playbooks/manual/rebuild/fedora-packages.yml +++ b/playbooks/manual/rebuild/fedora-packages.yml @@ -5,7 +5,7 @@ # between nodes with gluster. - name: enter maintenance mode - hosts: packages;packages-stg + hosts: packages:packages-stg user: root gather_facts: False @@ -64,7 +64,7 @@ when: install_packages_indexer - name: leave maintenance mode - hosts: packages;packages-stg + hosts: packages:packages-stg user: root gather_facts: False diff --git a/playbooks/manual/rebuild/hotspot.yml b/playbooks/manual/rebuild/hotspot.yml index f059f0d1bb..2a93a1865b 100644 --- a/playbooks/manual/rebuild/hotspot.yml +++ b/playbooks/manual/rebuild/hotspot.yml @@ -1,5 +1,5 @@ - name: Put a hotspot.txt file in place. - hosts: proxies;proxies-stg + hosts: proxies:proxies-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/rebuild/mote.yml b/playbooks/manual/rebuild/mote.yml index 9bbb9d875b..91ad4bf9fa 100644 --- a/playbooks/manual/rebuild/mote.yml +++ b/playbooks/manual/rebuild/mote.yml @@ -1,5 +1,5 @@ - name: Nuke the mote cache and restart the services to rebuild it. - hosts: value;value-stg + hosts: value:value-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/rebuild/websites.yml b/playbooks/manual/rebuild/websites.yml index acae331f5b..f9ecbddd01 100644 --- a/playbooks/manual/rebuild/websites.yml +++ b/playbooks/manual/rebuild/websites.yml @@ -13,7 +13,7 @@ command: /usr/local/bin/lock-wrapper syncStatic /usr/local/bin/syncStatic - name: Tell the proxies to sync that freshness - hosts: proxies;proxies-stg + hosts: proxies:proxies-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/staging-sync/lookaside.yml b/playbooks/manual/staging-sync/lookaside.yml index 791acb981f..4a366aaa82 100644 --- a/playbooks/manual/staging-sync/lookaside.yml +++ b/playbooks/manual/staging-sync/lookaside.yml @@ -42,7 +42,7 @@ - unarchive: src={{intermediary}}/pkgs02.phx2.fedoraproject.org/{{tarball}} dest=/ - name: finish cleaning up after ourselves - hosts: batcave01.phx2.fedoraproject.org;pkgs;pkgs-stg + hosts: batcave01.phx2.fedoraproject.org:pkgs:pkgs-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/autocloud.yml b/playbooks/manual/upgrade/autocloud.yml index c7bfa93074..c06ecf4efc 100644 --- a/playbooks/manual/upgrade/autocloud.yml +++ b/playbooks/manual/upgrade/autocloud.yml @@ -1,5 +1,5 @@ - name: push packages out - hosts: autocloud-backend;autocloud-backend-stg;autocloud-web;autocloud-web-stg + hosts: autocloud-backend:autocloud-backend-stg:autocloud-web:autocloud-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -22,7 +22,7 @@ when: testing - name: update tunir - hosts: autocloud-backend;autocloud-backend-stg + hosts: autocloud-backend:autocloud-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -42,7 +42,7 @@ when: testing - name: verify the frontend and stop it - hosts: autocloud-web;autocloud-web-stg + hosts: autocloud-web:autocloud-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -64,7 +64,7 @@ - service: name="httpd" state=stopped - name: verify the backends, stop them, and then upgrade the db - hosts: autocloud-backend;autocloud-backend-stg + hosts: autocloud-backend:autocloud-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -107,7 +107,7 @@ ignore_errors: true - name: restart the frontend - hosts: autocloud-web;autocloud-web-stg + hosts: autocloud-web:autocloud-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/badges.yml b/playbooks/manual/upgrade/badges.yml index 1a90883bd5..894beff025 100644 --- a/playbooks/manual/upgrade/badges.yml +++ b/playbooks/manual/upgrade/badges.yml @@ -1,5 +1,5 @@ - name: push packages out to frontend - hosts: badges-web;badges-web-stg + hosts: badges-web:badges-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -28,7 +28,7 @@ - python-tahrir-api - name: push packages out to backend - hosts: badges-backend;badges-backend-stg + hosts: badges-backend:badges-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -57,7 +57,7 @@ - python-tahrir-api - name: verify the frontend and stop it - hosts: badges-web;badges-web-stg + hosts: badges-web:badges-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -79,7 +79,7 @@ - service: name="httpd" state=stopped - name: verify the backend, stop it, and then upgrade the db - hosts: badges-backend;badges-backend-stg + hosts: badges-backend:badges-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -117,7 +117,7 @@ ignore_errors: true - name: restart the frontend - hosts: badges-web;badges-web-stg + hosts: badges-web:badges-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/bodhi.yml b/playbooks/manual/upgrade/bodhi.yml index e64df381e5..625c7e796a 100644 --- a/playbooks/manual/upgrade/bodhi.yml +++ b/playbooks/manual/upgrade/bodhi.yml @@ -1,5 +1,5 @@ - name: check to see if a mash is going on before we do anything... - hosts: bodhi-backend;bodhi-backend-stg + hosts: bodhi-backend:bodhi-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -18,7 +18,7 @@ when: lockfile.rc == 0 - name: push packages out - hosts: bodhi-backend;bodhi-backend-stg;bodhi2;bodhi2-stg + hosts: bodhi-backend:bodhi-backend-stg:bodhi2:bodhi2-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -41,7 +41,7 @@ when: testing - name: verify the frontend and stop it - hosts: bodhi2;bodhi2-stg + hosts: bodhi2:bodhi2-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -63,7 +63,7 @@ - service: name="httpd" state=stopped - name: verify the backends, stop them, and then upgrade the db - hosts: bodhi-backend;bodhi-backend-stg + hosts: bodhi-backend:bodhi-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -101,7 +101,7 @@ ignore_errors: true - name: restart the frontend - hosts: bodhi2;bodhi2-stg + hosts: bodhi2:bodhi2-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/datagrepper.yml b/playbooks/manual/upgrade/datagrepper.yml index 3afc6ad977..5b36594a65 100644 --- a/playbooks/manual/upgrade/datagrepper.yml +++ b/playbooks/manual/upgrade/datagrepper.yml @@ -1,5 +1,5 @@ - name: push packages out - hosts: datagrepper;datagrepper-stg + hosts: datagrepper:datagrepper-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -22,7 +22,7 @@ when: testing - name: verify the config and restart it - hosts: datagrepper;datagrepper-stg + hosts: datagrepper:datagrepper-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/datanommer.yml b/playbooks/manual/upgrade/datanommer.yml index 8af88e3450..23aa6d9a71 100644 --- a/playbooks/manual/upgrade/datanommer.yml +++ b/playbooks/manual/upgrade/datanommer.yml @@ -30,7 +30,7 @@ when: testing - name: verify the badges backend and stop it - hosts: badges-backend;badges-backend-stg + hosts: badges-backend:badges-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -49,7 +49,7 @@ - service: name="fedmsg-hub" state=stopped - name: verify the datagrepper frontend and stop it - hosts: datagrepper;datagrepper-stg + hosts: datagrepper:datagrepper-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -68,7 +68,7 @@ - service: name="httpd" state=stopped - name: verify the notifs frontend and stop it - hosts: notifs-web;notifs-web-stg + hosts: notifs-web:notifs-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -87,7 +87,7 @@ - service: name="httpd" state=stopped - name: verify the datanommer backend, stop it, and then upgrade the db - hosts: busgateway;busgateway-stg + hosts: busgateway:busgateway-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 2a2d9401a1..7dc98e8085 100644 --- a/playbooks/manual/upgrade/fedimg.yml +++ b/playbooks/manual/upgrade/fedimg.yml @@ -1,5 +1,5 @@ - name: push packages out - hosts: fedimg;fedimg-stg + hosts: fedimg:fedimg-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -22,7 +22,7 @@ when: testing - name: verify the backend and restart it - hosts: fedimg;fedimg-stg + hosts: fedimg:fedimg-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/fedmsg.yml b/playbooks/manual/upgrade/fedmsg.yml index aa8408ac49..828ca566be 100644 --- a/playbooks/manual/upgrade/fedmsg.yml +++ b/playbooks/manual/upgrade/fedmsg.yml @@ -53,7 +53,7 @@ # Also restart the frontend web services - name: bounce apache - hosts: notifs-web;notifs-web-stg;datagrepper;datagrepper-stg + hosts: notifs-web:notifs-web-stg:datagrepper:datagrepper-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/fmn.yml b/playbooks/manual/upgrade/fmn.yml index ef53369184..602c79aaa9 100644 --- a/playbooks/manual/upgrade/fmn.yml +++ b/playbooks/manual/upgrade/fmn.yml @@ -1,5 +1,5 @@ - name: push packages out - hosts: notifs-backend;notifs-backend-stg;notifs-web;notifs-web-stg + hosts: notifs-backend:notifs-backend-stg:notifs-web:notifs-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -22,7 +22,7 @@ when: testing - name: verify the frontend and stop it - hosts: notifs-web;notifs-web-stg + hosts: notifs-web:notifs-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -44,7 +44,7 @@ - service: name="httpd" state=stopped - name: verify the backend, stop it, and then upgrade the db - hosts: notifs-backend;notifs-backend-stg + hosts: notifs-backend:notifs-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -83,7 +83,7 @@ # ignore_errors: true - name: restart the frontend - hosts: notifs-web;notifs-web-stg + hosts: notifs-web:notifs-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/hotness.yml b/playbooks/manual/upgrade/hotness.yml index fe5244401c..bc2ec4ff56 100644 --- a/playbooks/manual/upgrade/hotness.yml +++ b/playbooks/manual/upgrade/hotness.yml @@ -1,5 +1,5 @@ - name: push packages out - hosts: hotness;hotness-stg + hosts: hotness:hotness-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -22,7 +22,7 @@ when: testing - name: verify the backend and restart it - hosts: hotness;hotness-stg + hosts: hotness:hotness-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/koschei.yml b/playbooks/manual/upgrade/koschei.yml index 09e9267454..8a41f41938 100644 --- a/playbooks/manual/upgrade/koschei.yml +++ b/playbooks/manual/upgrade/koschei.yml @@ -1,5 +1,5 @@ - name: upgrade koschei - hosts: koschei-stg;koschei + hosts: koschei-stg:koschei vars_files: - /srv/web/infra/ansible/vars/global.yml - /srv/private/ansible/vars.yml diff --git a/playbooks/manual/upgrade/mote.yml b/playbooks/manual/upgrade/mote.yml index 5bc2977886..aaa482d8d5 100644 --- a/playbooks/manual/upgrade/mote.yml +++ b/playbooks/manual/upgrade/mote.yml @@ -1,5 +1,5 @@ - name: push packages out - hosts: value;value-stg + hosts: value:value-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -22,7 +22,7 @@ when: testing - name: verify the config and restart it - hosts: value;value-stg + hosts: value:value-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/packages.yml b/playbooks/manual/upgrade/packages.yml index 79df66caea..36e9c1247f 100644 --- a/playbooks/manual/upgrade/packages.yml +++ b/playbooks/manual/upgrade/packages.yml @@ -1,5 +1,5 @@ - name: push packages out - hosts: packages;packages-stg + hosts: packages:packages-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -22,7 +22,7 @@ when: testing - name: verify the config and restart it - hosts: packages;packages-stg + hosts: packages:packages-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/pdc.yml b/playbooks/manual/upgrade/pdc.yml index 496f3ab069..e5ce31cace 100644 --- a/playbooks/manual/upgrade/pdc.yml +++ b/playbooks/manual/upgrade/pdc.yml @@ -1,5 +1,5 @@ - name: verify the backend, and stop it - hosts: pdc-backend;pdc-backend-stg + hosts: pdc-backend:pdc-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -30,7 +30,7 @@ service: name="fedmsg-hub" state=stopped - name: verify the frontend, stop it, upgrade the db, and restart it - hosts: pdc-web;pdc-web-stg + hosts: pdc-web:pdc-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -69,7 +69,7 @@ ignore_errors: true - name: restart the backend - hosts: pdc-backend;pdc-backend-stg + hosts: pdc-backend:pdc-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/statscache.yml b/playbooks/manual/upgrade/statscache.yml index bb24358a80..816e1c337e 100644 --- a/playbooks/manual/upgrade/statscache.yml +++ b/playbooks/manual/upgrade/statscache.yml @@ -1,5 +1,5 @@ - name: push packages out - hosts: statscache-backend;statscache-backend-stg;statscache-web;statscache-web-stg + hosts: statscache-backend:statscache-backend-stg:statscache-web:statscache-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -22,7 +22,7 @@ when: testing - name: verify the frontend and stop it - hosts: statscache-web;statscache-web-stg + hosts: statscache-web:statscache-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -44,7 +44,7 @@ - service: name="httpd" state=stopped - name: verify the backend, stop it, and then upgrade the db - hosts: statscache-backend;statscache-backend-stg + hosts: statscache-backend:statscache-backend-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -81,7 +81,7 @@ ignore_errors: true - name: restart the frontend - hosts: statscache-web;statscache-web-stg + hosts: statscache-web:statscache-web-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/manual/upgrade/tagger.yml b/playbooks/manual/upgrade/tagger.yml index 509b6a3f38..a891a96c97 100644 --- a/playbooks/manual/upgrade/tagger.yml +++ b/playbooks/manual/upgrade/tagger.yml @@ -1,5 +1,5 @@ - name: push packages out - hosts: tagger;tagger-stg + hosts: tagger:tagger-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -22,7 +22,7 @@ when: testing - name: verify the config and restart it - hosts: tagger;tagger-stg + hosts: tagger:tagger-stg user: root vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/rkhunter_only.yml b/playbooks/rkhunter_only.yml index b1911cfe1c..0b14ce8d7b 100644 --- a/playbooks/rkhunter_only.yml +++ b/playbooks/rkhunter_only.yml @@ -1,4 +1,4 @@ -# requires --extra-vars="target='host1;host2;group etc'" +# requires --extra-vars="target='host1:host2:group etc'" - name: run rkhunter for times when rkhunter didn't seem to run. hosts: "{{ target }}" diff --git a/playbooks/rkhunter_update.yml b/playbooks/rkhunter_update.yml index eb59fb609c..2cc250bf86 100644 --- a/playbooks/rkhunter_update.yml +++ b/playbooks/rkhunter_update.yml @@ -1,4 +1,4 @@ -# requires --extra-vars="target='host1;host2;group etc' yumcommand=update'" +# requires --extra-vars="target='host1:host2:group etc' yumcommand=update'" - name: update all run rkhunter if installed hosts: "{{ target }}" diff --git a/playbooks/run_pkgdb_sync_git.yml b/playbooks/run_pkgdb_sync_git.yml index 02e985d7e5..00522df220 100644 --- a/playbooks/run_pkgdb_sync_git.yml +++ b/playbooks/run_pkgdb_sync_git.yml @@ -1,7 +1,7 @@ # Run `pkgdb2branch` on # #To update from testing, adjust as follow: -# --extra-vars="package='pkg1;pkg2;pkg3'" +# --extra-vars="package='pkg1:pkg2:pkg3'" - name: run pkgdb_sync_git_branches.py