diff --git a/playbooks/check-host.yml b/playbooks/check-host.yml index 893cb712a9..cc1e6003ca 100644 --- a/playbooks/check-host.yml +++ b/playbooks/check-host.yml @@ -265,5 +265,5 @@ # handlers: -# - import_tasks: "{{ handllers_path }}/restart_services.yml" +# - import_tasks: "{{ handlers_path }}/restart_services.yml" # - include_tasks: "restart_services.yml" diff --git a/playbooks/cloud_prep.yml b/playbooks/cloud_prep.yml index 52dfd06224..fb5524f36d 100644 --- a/playbooks/cloud_prep.yml +++ b/playbooks/cloud_prep.yml @@ -11,4 +11,4 @@ handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/anitya.yml b/playbooks/groups/anitya.yml index da0fda8327..0140188758 100644 --- a/playbooks/groups/anitya.yml +++ b/playbooks/groups/anitya.yml @@ -27,7 +27,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up the frontend bits hosts: anitya-frontend @@ -56,7 +56,7 @@ - anitya handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up the backend bits hosts: anitya-backend @@ -76,4 +76,4 @@ - anitya handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/arm-qa.yml b/playbooks/groups/arm-qa.yml index e539b6450e..9a7482ee6e 100644 --- a/playbooks/groups/arm-qa.yml +++ b/playbooks/groups/arm-qa.yml @@ -26,4 +26,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/ask.yml b/playbooks/groups/ask.yml index 74e14c9ad1..a211065a59 100644 --- a/playbooks/groups/ask.yml +++ b/playbooks/groups/ask.yml @@ -31,7 +31,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up gluster on stg hosts: ask-stg diff --git a/playbooks/groups/autocloud-backend.yml b/playbooks/groups/autocloud-backend.yml index 0a2a457185..62732d4a4b 100644 --- a/playbooks/groups/autocloud-backend.yml +++ b/playbooks/groups/autocloud-backend.yml @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: autocloud-backend:autocloud-backend-stg @@ -39,7 +39,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - redis diff --git a/playbooks/groups/autocloud-web.yml b/playbooks/groups/autocloud-web.yml index a1e9b3fa6b..aeb3af5bfe 100644 --- a/playbooks/groups/autocloud-web.yml +++ b/playbooks/groups/autocloud-web.yml @@ -31,7 +31,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the app-specific configuration hosts: autocloud-web:autocloud-web-stg @@ -43,7 +43,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - autocloud/frontend diff --git a/playbooks/groups/backup-server.yml b/playbooks/groups/backup-server.yml index 3b1fb7e885..dc8c569819 100644 --- a/playbooks/groups/backup-server.yml +++ b/playbooks/groups/backup-server.yml @@ -34,4 +34,4 @@ - include_tasks: "{{ tasks_path }}/rdiff_backup_server.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/badges-backend.yml b/playbooks/groups/badges-backend.yml index 4b10c64f24..6679c85cf0 100644 --- a/playbooks/groups/badges-backend.yml +++ b/playbooks/groups/badges-backend.yml @@ -33,7 +33,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: badges-backend:badges-backend-stg @@ -52,4 +52,4 @@ - "{{ vars_path }}/{{ ansible_distribution }}.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/badges-web.yml b/playbooks/groups/badges-web.yml index 216ce596dd..59fc5ab569 100644 --- a/playbooks/groups/badges-web.yml +++ b/playbooks/groups/badges-web.yml @@ -44,4 +44,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/basset.yml b/playbooks/groups/basset.yml index c11dbdef13..6803be0c53 100644 --- a/playbooks/groups/basset.yml +++ b/playbooks/groups/basset.yml @@ -35,4 +35,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/bastion.yml b/playbooks/groups/bastion.yml index f6ca8b9987..b4fbc87820 100644 --- a/playbooks/groups/bastion.yml +++ b/playbooks/groups/bastion.yml @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure bastion-qa hosts: bastion-comm01.qa.fedoraproject.org diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index 9c35bcc856..a0382fad87 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -39,4 +39,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/beaker-virthosts.yml b/playbooks/groups/beaker-virthosts.yml index ecdf463bbf..9937a7ad26 100644 --- a/playbooks/groups/beaker-virthosts.yml +++ b/playbooks/groups/beaker-virthosts.yml @@ -32,4 +32,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/beaker.yml b/playbooks/groups/beaker.yml index 1efcd83270..5f60db32d0 100644 --- a/playbooks/groups/beaker.yml +++ b/playbooks/groups/beaker.yml @@ -33,7 +33,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure beaker and required services hosts: beaker:beaker-stg @@ -52,5 +52,5 @@ - { role: beaker/labcontroller, tags: ['beakerlabcontroller'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/blockerbugs.yml b/playbooks/groups/blockerbugs.yml index 27fb8ea3e5..33432ca8c0 100644 --- a/playbooks/groups/blockerbugs.yml +++ b/playbooks/groups/blockerbugs.yml @@ -31,4 +31,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml index 2f0e5f34c6..32f5858635 100644 --- a/playbooks/groups/bodhi-backend.yml +++ b/playbooks/groups/bodhi-backend.yml @@ -82,4 +82,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/bodhi2.yml b/playbooks/groups/bodhi2.yml index 721a18a6ce..fd29a1511d 100644 --- a/playbooks/groups/bodhi2.yml +++ b/playbooks/groups/bodhi2.yml @@ -46,4 +46,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/bugyou.yml b/playbooks/groups/bugyou.yml index 31bf252a80..ceb7744717 100644 --- a/playbooks/groups/bugyou.yml +++ b/playbooks/groups/bugyou.yml @@ -30,7 +30,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg basics hosts: bugyou:bugyou-stg @@ -46,7 +46,7 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: bugyou:bugyou-stg @@ -66,4 +66,4 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/bugzilla2fedmsg.yml b/playbooks/groups/bugzilla2fedmsg.yml index b32d8beb53..d870df2706 100644 --- a/playbooks/groups/bugzilla2fedmsg.yml +++ b/playbooks/groups/bugzilla2fedmsg.yml @@ -31,7 +31,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: bugzilla2fedmsg:bugzilla2fedmsg-stg @@ -49,4 +49,4 @@ - "{{ vars_path }}/{{ ansible_distribution }}.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/buildhw.yml b/playbooks/groups/buildhw.yml index 7bb90a6d66..2c2a75c552 100644 --- a/playbooks/groups/buildhw.yml +++ b/playbooks/groups/buildhw.yml @@ -38,4 +38,4 @@ service: name=kojid state=started enabled=yes handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/buildvm.yml b/playbooks/groups/buildvm.yml index e4670a2f65..bcf8678614 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -51,7 +51,7 @@ service: name=kojid state=started enabled=yes handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure osbs on koji builders hosts: buildvm:buildvm-stg @@ -137,7 +137,7 @@ } } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure varnish cache on buildvm-s390x-07.s390.fedoraproject.org @@ -156,7 +156,7 @@ - varnish handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure sshfs on buildvm-s390x-01.s390.fedoraproject.org hosts: buildvm-s390x-01.s390.fedoraproject.org @@ -194,7 +194,7 @@ - sshfs handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure sshfs target on koji01 hosts: koji01.phx2.fedoraproject.org @@ -218,4 +218,4 @@ - sshfs handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/busgateway.yml b/playbooks/groups/busgateway.yml index c003461f3b..cd6602d22d 100644 --- a/playbooks/groups/busgateway.yml +++ b/playbooks/groups/busgateway.yml @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: busgateway:busgateway-stg @@ -55,4 +55,4 @@ - "{{ vars_path }}/{{ ansible_distribution }}.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/certgetter.yml b/playbooks/groups/certgetter.yml index ed13b50b84..81526711ed 100644 --- a/playbooks/groups/certgetter.yml +++ b/playbooks/groups/certgetter.yml @@ -27,4 +27,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/ci.yml b/playbooks/groups/ci.yml index 933cd4c8e2..1b316d654f 100644 --- a/playbooks/groups/ci.yml +++ b/playbooks/groups/ci.yml @@ -37,7 +37,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure resultsdb production hosts: ci @@ -57,4 +57,4 @@ - { role: ccsdb, tags: ['ccsdb'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/darkserver-backend.yml b/playbooks/groups/darkserver-backend.yml index adcd9b90d2..7d03e26bb0 100644 --- a/playbooks/groups/darkserver-backend.yml +++ b/playbooks/groups/darkserver-backend.yml @@ -36,7 +36,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg basics hosts: darkserver-backend:darkserver-backend-stg @@ -52,7 +52,7 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: darkserver-backend:darkserver-backend-stg @@ -73,4 +73,4 @@ process: fedmsg-hub handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/darkserver-web.yml b/playbooks/groups/darkserver-web.yml index 504d153086..bbbfd1884d 100644 --- a/playbooks/groups/darkserver-web.yml +++ b/playbooks/groups/darkserver-web.yml @@ -36,5 +36,5 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/darkserver.yml b/playbooks/groups/darkserver.yml index 3d0001dad2..7fe25fba4f 100644 --- a/playbooks/groups/darkserver.yml +++ b/playbooks/groups/darkserver.yml @@ -37,4 +37,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/datagrepper.yml b/playbooks/groups/datagrepper.yml index 06e4b77009..1276309621 100644 --- a/playbooks/groups/datagrepper.yml +++ b/playbooks/groups/datagrepper.yml @@ -32,7 +32,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: datagrepper:datagrepper-stg @@ -52,7 +52,7 @@ interval: 15 handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" # The gluster work here can be omitted for now. It is used by a feature of # datagrepper that is partially in place, but not yet functional. @@ -77,7 +77,7 @@ # datadir: /srv/glusterfs/datagrepper # # handlers: -# - import_tasks: "{{ handllers_path }}/restart_services.yml" +# - import_tasks: "{{ handlers_path }}/restart_services.yml" # #- name: set up gluster client on prod # hosts: datagrepper:datagrepper-stg @@ -102,4 +102,4 @@ # mountdir: /var/cache/datagrepper # # handlers: -# - import_tasks: "{{ handllers_path }}/restart_services.yml" +# - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/dhcp.yml b/playbooks/groups/dhcp.yml index b158722709..2a8bf11179 100644 --- a/playbooks/groups/dhcp.yml +++ b/playbooks/groups/dhcp.yml @@ -27,4 +27,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/dns.yml b/playbooks/groups/dns.yml index f1c72f277b..61614a2cad 100644 --- a/playbooks/groups/dns.yml +++ b/playbooks/groups/dns.yml @@ -31,4 +31,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/docker-registry.yml b/playbooks/groups/docker-registry.yml index 054c04a7f8..cae459fa01 100644 --- a/playbooks/groups/docker-registry.yml +++ b/playbooks/groups/docker-registry.yml @@ -29,7 +29,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up gluster on stg hosts: diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index dedc1e97f7..6fb66bdd66 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -13,7 +13,7 @@ tasks: handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: post-initial-steps @@ -68,5 +68,5 @@ handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/elections.yml b/playbooks/groups/elections.yml index 51504cb908..920a3de902 100644 --- a/playbooks/groups/elections.yml +++ b/playbooks/groups/elections.yml @@ -29,7 +29,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg on elections hosts: elections:elections-stg @@ -45,7 +45,7 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy elections itself hosts: elections:elections-stg @@ -61,5 +61,5 @@ - elections handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/fas.yml b/playbooks/groups/fas.yml index 22364e0524..d237353a4b 100644 --- a/playbooks/groups/fas.yml +++ b/playbooks/groups/fas.yml @@ -35,4 +35,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/fas3.yml b/playbooks/groups/fas3.yml index 7cc9601927..1eda1f5032 100644 --- a/playbooks/groups/fas3.yml +++ b/playbooks/groups/fas3.yml @@ -35,4 +35,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/fedimg.yml b/playbooks/groups/fedimg.yml index 734a3539a1..e37b7310ec 100644 --- a/playbooks/groups/fedimg.yml +++ b/playbooks/groups/fedimg.yml @@ -33,7 +33,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: fedimg:fedimg-stg @@ -61,4 +61,4 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/fedocal.yml b/playbooks/groups/fedocal.yml index d877e1bc64..9e23b808b1 100644 --- a/playbooks/groups/fedocal.yml +++ b/playbooks/groups/fedocal.yml @@ -29,7 +29,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg hosts: fedocal-stg:fedocal @@ -45,7 +45,7 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy fedocal itself hosts: fedocal-stg:fedocal @@ -61,4 +61,4 @@ - fedocal handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/freshmaker.yml b/playbooks/groups/freshmaker.yml index f13d76958e..f718068b89 100644 --- a/playbooks/groups/freshmaker.yml +++ b/playbooks/groups/freshmaker.yml @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: openvpn on the prod frontend nodes hosts: freshmaker-frontend @@ -44,7 +44,7 @@ - openvpn/client handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Set up apache on the frontend MBS API app hosts: freshmaker-frontend:freshmaker-frontend-stg @@ -60,7 +60,7 @@ - mod_wsgi handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg configuration and common freshmaker files hosts: freshmaker:freshmaker-stg @@ -76,4 +76,4 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/github2fedmsg.yml b/playbooks/groups/github2fedmsg.yml index 9a839014fd..130f5a8b9f 100644 --- a/playbooks/groups/github2fedmsg.yml +++ b/playbooks/groups/github2fedmsg.yml @@ -34,7 +34,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy service-specific config hosts: github2fedmsg:github2fedmsg-stg @@ -47,7 +47,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - github2fedmsg diff --git a/playbooks/groups/gnome-backups.yml b/playbooks/groups/gnome-backups.yml index c3941a40a1..83452d84ce 100644 --- a/playbooks/groups/gnome-backups.yml +++ b/playbooks/groups/gnome-backups.yml @@ -30,4 +30,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/hotness.yml b/playbooks/groups/hotness.yml index 247bc05db2..09244b609b 100644 --- a/playbooks/groups/hotness.yml +++ b/playbooks/groups/hotness.yml @@ -37,7 +37,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg basics hosts: hotness:hotness-stg @@ -53,7 +53,7 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: hotness:hotness-stg @@ -72,4 +72,4 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/infinote.yml b/playbooks/groups/infinote.yml index 193327e1be..8de69ca80d 100644 --- a/playbooks/groups/infinote.yml +++ b/playbooks/groups/infinote.yml @@ -34,4 +34,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/ipa.yml b/playbooks/groups/ipa.yml index 2e8d709257..cc3f357e9c 100644 --- a/playbooks/groups/ipa.yml +++ b/playbooks/groups/ipa.yml @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy ipa itself hosts: ipa:ipa-stg @@ -51,7 +51,7 @@ - combine IPA http keytabs handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: Combine IPA keytabs @@ -100,4 +100,4 @@ - base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/ipsilon.yml b/playbooks/groups/ipsilon.yml index 2fbdbd4037..62f33cbd2b 100644 --- a/playbooks/groups/ipsilon.yml +++ b/playbooks/groups/ipsilon.yml @@ -45,7 +45,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy ipsilon itself hosts: ipsilon:ipsilon-stg @@ -61,4 +61,4 @@ - ipsilon handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/jenkins-master.yml b/playbooks/groups/jenkins-master.yml index 4dad4e47f0..5e9173be8d 100644 --- a/playbooks/groups/jenkins-master.yml +++ b/playbooks/groups/jenkins-master.yml @@ -45,4 +45,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/jenkins-slave.yml b/playbooks/groups/jenkins-slave.yml index 191e0ae260..7e559f6b23 100644 --- a/playbooks/groups/jenkins-slave.yml +++ b/playbooks/groups/jenkins-slave.yml @@ -44,4 +44,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/kerneltest.yml b/playbooks/groups/kerneltest.yml index 0e544ff253..b88849d0e2 100644 --- a/playbooks/groups/kerneltest.yml +++ b/playbooks/groups/kerneltest.yml @@ -34,7 +34,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy service-specific config hosts: kerneltest-stg:kerneltest @@ -47,7 +47,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - kerneltest diff --git a/playbooks/groups/keyserver.yml b/playbooks/groups/keyserver.yml index 937723ba2f..57b1795224 100644 --- a/playbooks/groups/keyserver.yml +++ b/playbooks/groups/keyserver.yml @@ -35,4 +35,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 376c9ab9ee..b8ce8b6ad9 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -87,7 +87,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" #- name: Start the kojid builder daemon, but only on staging. diff --git a/playbooks/groups/kojipkgs.yml b/playbooks/groups/kojipkgs.yml index 7ecf7220d8..d3aa40f248 100644 --- a/playbooks/groups/kojipkgs.yml +++ b/playbooks/groups/kojipkgs.yml @@ -37,4 +37,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/koschei-backend.yml b/playbooks/groups/koschei-backend.yml index ef1533b473..d0e3af26f8 100644 --- a/playbooks/groups/koschei-backend.yml +++ b/playbooks/groups/koschei-backend.yml @@ -35,4 +35,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/koschei-web.yml b/playbooks/groups/koschei-web.yml index a29e8a3495..20ff01fdc2 100644 --- a/playbooks/groups/koschei-web.yml +++ b/playbooks/groups/koschei-web.yml @@ -29,4 +29,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/logserver.yml b/playbooks/groups/logserver.yml index cf7b4d3921..54c27b8a72 100644 --- a/playbooks/groups/logserver.yml +++ b/playbooks/groups/logserver.yml @@ -43,7 +43,7 @@ copy: src="{{ files }}/logserver/fixfiles_exclude_dirs" dest=/etc/selinux/fixfiles_exclude_dirs owner=root mode=0644 handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Cloud Image stats hosts: log01.phx2.fedoraproject.org @@ -63,4 +63,4 @@ nfs_src_dir: 'fedora_stats' handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/loopabull.yml b/playbooks/groups/loopabull.yml index 74a3a5598c..bc385be661 100644 --- a/playbooks/groups/loopabull.yml +++ b/playbooks/groups/loopabull.yml @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Deploy and configure loopabull hosts: loopabull-stg @@ -41,7 +41,7 @@ - "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: git clone the releng-automation playbook repo @@ -90,7 +90,7 @@ - "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: Enable fedmsg-rabbitmq-serializer diff --git a/playbooks/groups/mailman.yml b/playbooks/groups/mailman.yml index 6b0d4e4502..1c2ac1be88 100644 --- a/playbooks/groups/mailman.yml +++ b/playbooks/groups/mailman.yml @@ -34,7 +34,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" # @@ -119,4 +119,4 @@ when: inventory_hostname.startswith('mailman01.phx2') or inventory_hostname.startswith('lists-dev') handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/maintainer-test.yml b/playbooks/groups/maintainer-test.yml index 9141ba76ae..d18305c644 100644 --- a/playbooks/groups/maintainer-test.yml +++ b/playbooks/groups/maintainer-test.yml @@ -68,4 +68,4 @@ - config handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/mariadb-server.yml b/playbooks/groups/mariadb-server.yml index 05710cbdcc..4bc1c41776 100644 --- a/playbooks/groups/mariadb-server.yml +++ b/playbooks/groups/mariadb-server.yml @@ -34,4 +34,4 @@ # TODO: add iscsi task handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/mbs.yml b/playbooks/groups/mbs.yml index 9fb67a6b7f..7ea238da9a 100644 --- a/playbooks/groups/mbs.yml +++ b/playbooks/groups/mbs.yml @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: openvpn on the prod frontend nodes hosts: mbs-frontend @@ -44,7 +44,7 @@ - openvpn/client handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Set up apache on the frontend MBS API app hosts: mbs-frontend:mbs-frontend-stg @@ -60,7 +60,7 @@ - mod_wsgi handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg configuration and common mbs files hosts: mbs:mbs-stg @@ -77,7 +77,7 @@ - mbs/common handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy the frontend MBS API app hosts: mbs-frontend:mbs-frontend-stg @@ -93,7 +93,7 @@ - mbs/frontend handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy the backend MBS scheduler daemon hosts: mbs-backend:mbs-backend-stg @@ -119,4 +119,4 @@ #- mbs/backend handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/mdapi.yml b/playbooks/groups/mdapi.yml index 6a2ddb91e5..c0eb1e66d0 100644 --- a/playbooks/groups/mdapi.yml +++ b/playbooks/groups/mdapi.yml @@ -31,7 +31,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy mdapi itself hosts: mdapi-stg:mdapi @@ -48,7 +48,7 @@ - { role: plus-plus-service, when: env == "staging" } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg hosts: mdapi-stg:mdapi @@ -64,4 +64,4 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/memcached.yml b/playbooks/groups/memcached.yml index 07c84d653d..05886dd78d 100644 --- a/playbooks/groups/memcached.yml +++ b/playbooks/groups/memcached.yml @@ -27,4 +27,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/mirrorlist2.yml b/playbooks/groups/mirrorlist2.yml index dc33c12d1f..1fd28ae6b4 100644 --- a/playbooks/groups/mirrorlist2.yml +++ b/playbooks/groups/mirrorlist2.yml @@ -70,4 +70,4 @@ handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/mirrormanager.yml b/playbooks/groups/mirrormanager.yml index e215bf1c51..ef34c399f6 100644 --- a/playbooks/groups/mirrormanager.yml +++ b/playbooks/groups/mirrormanager.yml @@ -27,7 +27,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Deploy the backend hosts: mm-backend:mm-backend-stg @@ -45,7 +45,7 @@ - geoip handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Deploy the crawler hosts: mm-crawler:mm-crawler-stg @@ -64,7 +64,7 @@ - { role: openvpn/client, when: datacenter != "phx2" } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Deploy the frontend (web-app) hosts: mm-frontend:mm-frontend-stg @@ -80,7 +80,7 @@ - mirrormanager/frontend2 handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" # Do this one last, since the mirrormanager user needs to exist so that it can # own the fedmsg certs we put in place here. @@ -98,4 +98,4 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/modernpaste.yml b/playbooks/groups/modernpaste.yml index 014d84a8fd..3adf8a5ca9 100644 --- a/playbooks/groups/modernpaste.yml +++ b/playbooks/groups/modernpaste.yml @@ -32,7 +32,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: modernpaste-stg:modernpaste @@ -48,4 +48,4 @@ - "{{ vars_path }}/{{ ansible_distribution }}.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/noc.yml b/playbooks/groups/noc.yml index 90829a1838..b144ae19f2 100644 --- a/playbooks/groups/noc.yml +++ b/playbooks/groups/noc.yml @@ -45,7 +45,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy service-specific config (just for production) hosts: nagios @@ -58,7 +58,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - { role: dhcp_server, when: datacenter == 'phx2' } diff --git a/playbooks/groups/notifs-backend.yml b/playbooks/groups/notifs-backend.yml index 93a91ce6d9..a58e8bf045 100644 --- a/playbooks/groups/notifs-backend.yml +++ b/playbooks/groups/notifs-backend.yml @@ -35,7 +35,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: notifs-backend:notifs-backend-stg @@ -66,4 +66,4 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/notifs-web.yml b/playbooks/groups/notifs-web.yml index dcc8c389fc..9b69b9e49a 100644 --- a/playbooks/groups/notifs-web.yml +++ b/playbooks/groups/notifs-web.yml @@ -35,4 +35,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/nuancier.yml b/playbooks/groups/nuancier.yml index 0ff8b43c32..7660c4d270 100644 --- a/playbooks/groups/nuancier.yml +++ b/playbooks/groups/nuancier.yml @@ -33,7 +33,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg hosts: nuancier:nuancier-stg @@ -49,7 +49,7 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up gluster on stg hosts: nuancier-stg @@ -125,4 +125,4 @@ - nuancier handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/odcs.yml b/playbooks/groups/odcs.yml index 7982da1380..09b1f16fd0 100644 --- a/playbooks/groups/odcs.yml +++ b/playbooks/groups/odcs.yml @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: openvpn on the prod frontend nodes hosts: odcs-frontend @@ -44,7 +44,7 @@ - openvpn/client handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Set up a gluster share on the backend for the frontend hosts: odcs:odcs-stg @@ -88,7 +88,7 @@ - odcs/frontend handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Set up odcs backend service hosts: odcs-backend:odcs-backend-stg @@ -116,4 +116,4 @@ when: env == 'staging' handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/openqa-workers.yml b/playbooks/groups/openqa-workers.yml index f8e5d739f9..b5375bf5d5 100644 --- a/playbooks/groups/openqa-workers.yml +++ b/playbooks/groups/openqa-workers.yml @@ -25,4 +25,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/openqa.yml b/playbooks/groups/openqa.yml index f323eb26b9..760009aabc 100644 --- a/playbooks/groups/openqa.yml +++ b/playbooks/groups/openqa.yml @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure openQA hosts: openqa:openqa-stg @@ -54,7 +54,7 @@ - { role: autocloudreporter, tags: ['autocloudreporter'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up openQA server data NFS mounts (staging) hosts: openqa-stg @@ -77,7 +77,7 @@ tags: ['nfs_client'] handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up openQA server data NFS mounts (prod) hosts: openqa @@ -100,4 +100,4 @@ tags: ['nfs_client'] handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/openstack-compute-nodes.yml b/playbooks/groups/openstack-compute-nodes.yml index 187eb70ece..e8399b260e 100644 --- a/playbooks/groups/openstack-compute-nodes.yml +++ b/playbooks/groups/openstack-compute-nodes.yml @@ -26,4 +26,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index 0dae5a5eff..36afbcca1e 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -47,7 +47,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: OSBS control hosts pre-req setup hosts: os-control:os-control-stg diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index b0d1b082f9..0b20333ef0 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: OSBS control hosts pre-req setup hosts: osbs-control diff --git a/playbooks/groups/osbs-orchestrator-cluster.yml b/playbooks/groups/osbs-orchestrator-cluster.yml index ae042284a9..ee90c02174 100644 --- a/playbooks/groups/osbs-orchestrator-cluster.yml +++ b/playbooks/groups/osbs-orchestrator-cluster.yml @@ -29,7 +29,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" # Prepare the Control host to be able to run ansible-ansible-openshift-ansible # against the Orchestration and Worker cluster machines diff --git a/playbooks/groups/packages.yml b/playbooks/groups/packages.yml index b92a170b28..92723f8c78 100644 --- a/playbooks/groups/packages.yml +++ b/playbooks/groups/packages.yml @@ -36,7 +36,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up gluster server on prod hosts: packages @@ -58,7 +58,7 @@ datadir: /srv/glusterfs/packages handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up gluster client on prod hosts: packages @@ -84,7 +84,7 @@ mountdir: /var/cache/fedoracommunity handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the new service specific config hosts: packages:packages-stg @@ -103,4 +103,4 @@ process: fedmsg-hub handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/pagure.yml b/playbooks/groups/pagure.yml index 781f7946d4..6fcac8fc58 100644 --- a/playbooks/groups/pagure.yml +++ b/playbooks/groups/pagure.yml @@ -27,7 +27,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy pagure itself hosts: pagure:pagure-stg @@ -56,4 +56,4 @@ - pagure/fedmsg handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/pdc.yml b/playbooks/groups/pdc.yml index 543d7e13d1..31cf1442a0 100644 --- a/playbooks/groups/pdc.yml +++ b/playbooks/groups/pdc.yml @@ -11,7 +11,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - base @@ -36,7 +36,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - role: openvpn/client @@ -54,7 +54,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - fedmsg/base diff --git a/playbooks/groups/people.yml b/playbooks/groups/people.yml index f6c70c9213..040e139297 100644 --- a/playbooks/groups/people.yml +++ b/playbooks/groups/people.yml @@ -86,4 +86,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/piwik.yml b/playbooks/groups/piwik.yml index 97dd2aac33..450b34feef 100644 --- a/playbooks/groups/piwik.yml +++ b/playbooks/groups/piwik.yml @@ -30,4 +30,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/pkgdb.yml b/playbooks/groups/pkgdb.yml index cd6450f403..8c607dc3bf 100644 --- a/playbooks/groups/pkgdb.yml +++ b/playbooks/groups/pkgdb.yml @@ -32,7 +32,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg on pkgdb hosts: pkgdb-stg:pkgdb @@ -48,7 +48,7 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy pkgdb itself hosts: pkgdb-stg:pkgdb @@ -64,4 +64,4 @@ - pkgdb2 handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/pkgs.yml b/playbooks/groups/pkgs.yml index 9a0ca9648b..4425462d66 100644 --- a/playbooks/groups/pkgs.yml +++ b/playbooks/groups/pkgs.yml @@ -55,7 +55,7 @@ - include_tasks: "{{ tasks_path }}/2fa_client.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup fedmsg on pkgs hosts: pkgs-stg:pkgs02.phx2.fedoraproject.org @@ -73,4 +73,4 @@ - fedmsg/hub handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/postgresql-server-bdr.yml b/playbooks/groups/postgresql-server-bdr.yml index 9641001489..3b283f833c 100644 --- a/playbooks/groups/postgresql-server-bdr.yml +++ b/playbooks/groups/postgresql-server-bdr.yml @@ -36,4 +36,4 @@ # TODO: add iscsi task handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/postgresql-server.yml b/playbooks/groups/postgresql-server.yml index c66e000cce..bbc600b729 100644 --- a/playbooks/groups/postgresql-server.yml +++ b/playbooks/groups/postgresql-server.yml @@ -38,4 +38,4 @@ # TODO: add iscsi task handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 7baeeabd65..7bdc20c947 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -58,7 +58,7 @@ #- include_tasks: "{{ tasks_path }}/mod_wsgi.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" # TODO @@ -90,7 +90,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: # @@ -190,7 +190,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: # diff --git a/playbooks/groups/qa.yml b/playbooks/groups/qa.yml index 7be3d09841..d7651cb51d 100644 --- a/playbooks/groups/qa.yml +++ b/playbooks/groups/qa.yml @@ -36,7 +36,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure phabricator hosts: qa-prod:qa-stg @@ -54,7 +54,7 @@ - { role: phabricator, tags: ['phabricator'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure qa buildbot CI @@ -74,7 +74,7 @@ - { role: taskotron/buildslave-configure, tags: ['buildslaveconfig'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure static sites for qa-stg hosts: qa-prod:qa-stg @@ -114,6 +114,6 @@ # when: deployment_type != "qa-stg", tags: ['imagefactoryclient'] } # handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/releng-compose.yml b/playbooks/groups/releng-compose.yml index a2078546d8..23776fc221 100644 --- a/playbooks/groups/releng-compose.yml +++ b/playbooks/groups/releng-compose.yml @@ -81,4 +81,4 @@ when: ansible_architecture != "ppc64" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/resultsdb-dev.yml b/playbooks/groups/resultsdb-dev.yml index 3eef489ea1..08814a76fd 100644 --- a/playbooks/groups/resultsdb-dev.yml +++ b/playbooks/groups/resultsdb-dev.yml @@ -33,7 +33,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure resultsdb and execdb hosts: resultsdb-dev @@ -51,5 +51,5 @@ - { role: taskotron/execdb, tags: ['execdb'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/resultsdb-prod.yml b/playbooks/groups/resultsdb-prod.yml index bfa44a22bd..7282bcb150 100644 --- a/playbooks/groups/resultsdb-prod.yml +++ b/playbooks/groups/resultsdb-prod.yml @@ -34,7 +34,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure resultsdb production hosts: resultsdb-prod @@ -53,7 +53,7 @@ - { role: taskotron/execdb, tags: ['execdb'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Install rdbsync hosts: resultsdb-prod @@ -61,7 +61,7 @@ gather_facts: True handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/groups/resultsdb-stg.yml b/playbooks/groups/resultsdb-stg.yml index 3c3f7c024d..e154db386f 100644 --- a/playbooks/groups/resultsdb-stg.yml +++ b/playbooks/groups/resultsdb-stg.yml @@ -33,7 +33,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure resultsdb hosts: resultsdb-stg @@ -52,7 +52,7 @@ - { role: taskotron/execdb, tags: ['execdb'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Install rdbsync hosts: resultsdb-stg @@ -60,7 +60,7 @@ gather_facts: True handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" vars_files: - /srv/web/infra/ansible/vars/global.yml diff --git a/playbooks/groups/retrace.yml b/playbooks/groups/retrace.yml index b312ac7810..871f8d379d 100644 --- a/playbooks/groups/retrace.yml +++ b/playbooks/groups/retrace.yml @@ -25,7 +25,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup FAF server hosts: retrace:faf-stg diff --git a/playbooks/groups/secondary.yml b/playbooks/groups/secondary.yml index a78839116f..f6eb2c3830 100644 --- a/playbooks/groups/secondary.yml +++ b/playbooks/groups/secondary.yml @@ -71,4 +71,4 @@ cron_file=update-fullfiletimelist handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/sign-bridge.yml b/playbooks/groups/sign-bridge.yml index 9161685c5c..5282933e60 100644 --- a/playbooks/groups/sign-bridge.yml +++ b/playbooks/groups/sign-bridge.yml @@ -37,4 +37,4 @@ - include_tasks: "{{ tasks_path }}/2fa_client.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/smtp-mm.yml b/playbooks/groups/smtp-mm.yml index 57b91cba24..4f009ea487 100644 --- a/playbooks/groups/smtp-mm.yml +++ b/playbooks/groups/smtp-mm.yml @@ -29,4 +29,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/statscache.yml b/playbooks/groups/statscache.yml index 497d17e25c..0ac15bcf2a 100644 --- a/playbooks/groups/statscache.yml +++ b/playbooks/groups/statscache.yml @@ -14,7 +14,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - base @@ -40,7 +40,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - mod_wsgi @@ -57,7 +57,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - fedmsg/hub diff --git a/playbooks/groups/summershum.yml b/playbooks/groups/summershum.yml index 7d93c6f6cf..af9ac1d50f 100644 --- a/playbooks/groups/summershum.yml +++ b/playbooks/groups/summershum.yml @@ -34,7 +34,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: set up fedmsg basics hosts: summershum:summershum-stg @@ -50,7 +50,7 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: summershum:summershum-stg @@ -69,4 +69,4 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index d043266f68..f4768a6887 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -62,4 +62,4 @@ when: master_sundries_node and env == "staging" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/tagger.yml b/playbooks/groups/tagger.yml index 72529ebc61..e87a326dca 100644 --- a/playbooks/groups/tagger.yml +++ b/playbooks/groups/tagger.yml @@ -34,7 +34,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service specific config hosts: tagger:tagger-stg @@ -50,7 +50,7 @@ - tagger handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" # This comes last because it relies on a group created by the tagger role. - name: setup fedmsg @@ -67,4 +67,4 @@ - fedmsg/base handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/taskotron-client-hosts.yml b/playbooks/groups/taskotron-client-hosts.yml index e31ecce586..0e81de56c9 100644 --- a/playbooks/groups/taskotron-client-hosts.yml +++ b/playbooks/groups/taskotron-client-hosts.yml @@ -32,7 +32,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure taskotron imagefactory hosts: qa11.qa.fedoraproject.org:qa12.qa.fedoraproject.org @@ -48,7 +48,7 @@ - { role: taskotron/imagefactory, tags: ['taskotronimagefactory'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure taskotron client host hosts: taskotron-dev-client-hosts:taskotron-stg-client-hosts:taskotron-prod-client-hosts @@ -67,6 +67,6 @@ - { role: taskotron/buildslave-configure, tags: ['buildslaveconfigure'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/taskotron.yml b/playbooks/groups/taskotron.yml index fecaa9fa7c..8ca34229a9 100644 --- a/playbooks/groups/taskotron.yml +++ b/playbooks/groups/taskotron.yml @@ -36,7 +36,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure taskotron master hosts: taskotron-dev:taskotron-stg:taskotron-prod @@ -61,7 +61,7 @@ - { role: taskotron/taskotron-master, tags: ['taskotronmaster'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure standalone taskotron host hosts: taskotron-dev @@ -78,4 +78,4 @@ - { role: taskotron/ssl-taskotron, tags: ['ssltaskotron'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/torrent.yml b/playbooks/groups/torrent.yml index 8229697ea4..22e26d6d1e 100644 --- a/playbooks/groups/torrent.yml +++ b/playbooks/groups/torrent.yml @@ -40,4 +40,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/transitional-datanommer.yml b/playbooks/groups/transitional-datanommer.yml index 44a5fc10c5..b02c26be27 100644 --- a/playbooks/groups/transitional-datanommer.yml +++ b/playbooks/groups/transitional-datanommer.yml @@ -27,7 +27,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: transitional-datanommer @@ -47,4 +47,4 @@ - "{{ vars_path }}/{{ ansible_distribution }}.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/unbound.yml b/playbooks/groups/unbound.yml index 750563a7b3..cdfd8c860b 100644 --- a/playbooks/groups/unbound.yml +++ b/playbooks/groups/unbound.yml @@ -28,4 +28,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/value.yml b/playbooks/groups/value.yml index 152bd8e3d0..6d1e0c400f 100644 --- a/playbooks/groups/value.yml +++ b/playbooks/groups/value.yml @@ -35,4 +35,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index 27f4fc49aa..525f57c886 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -32,4 +32,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index 31946798fb..4d4d9828d4 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -40,4 +40,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/groups/zanata2fedmsg.yml b/playbooks/groups/zanata2fedmsg.yml index 3c2dd8b730..37b8d2882f 100644 --- a/playbooks/groups/zanata2fedmsg.yml +++ b/playbooks/groups/zanata2fedmsg.yml @@ -34,7 +34,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy service-specific config hosts: zanata2fedmsg:zanata2fedmsg-stg @@ -47,7 +47,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - zanata2fedmsg diff --git a/playbooks/hosts/ansiblemagazine.fedorainfracloud.org.yml b/playbooks/hosts/ansiblemagazine.fedorainfracloud.org.yml index b32239fd95..4de05c9da9 100644 --- a/playbooks/hosts/ansiblemagazine.fedorainfracloud.org.yml +++ b/playbooks/hosts/ansiblemagazine.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: ansiblemagazine.fedorainfracloud.org diff --git a/playbooks/hosts/artboard.fedorainfracloud.org.yml b/playbooks/hosts/artboard.fedorainfracloud.org.yml index 8863fef695..be59c953bd 100644 --- a/playbooks/hosts/artboard.fedorainfracloud.org.yml +++ b/playbooks/hosts/artboard.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: artboard.fedorainfracloud.org @@ -125,4 +125,4 @@ - artboard handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/hosts/blockerbugs-dev.cloud.fedoraproject.org.yml b/playbooks/hosts/blockerbugs-dev.cloud.fedoraproject.org.yml index 2604dbc1df..3fe5baf2e6 100644 --- a/playbooks/hosts/blockerbugs-dev.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/blockerbugs-dev.cloud.fedoraproject.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/growroot_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: provision instance hosts: blockerbugs-dev.cloud.fedoraproject.org @@ -36,4 +36,4 @@ mount: name=/srv/persistent src='LABEL=blockerbugs-dev' fstype=ext4 state=mounted handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml b/playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml index 2e104b4ef3..c035510402 100644 --- a/playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/cloud-noc01.cloud.fedoraproject.org.yml @@ -27,5 +27,5 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/hosts/commops.fedorainfracloud.org.yml b/playbooks/hosts/commops.fedorainfracloud.org.yml index dd4bdda8c5..a0cd6522e3 100644 --- a/playbooks/hosts/commops.fedorainfracloud.org.yml +++ b/playbooks/hosts/commops.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: commops.fedorainfracloud.org diff --git a/playbooks/hosts/communityblog.fedorainfracloud.org.yml b/playbooks/hosts/communityblog.fedorainfracloud.org.yml index 302ced927e..5f6c0e739a 100644 --- a/playbooks/hosts/communityblog.fedorainfracloud.org.yml +++ b/playbooks/hosts/communityblog.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: communityblog.fedorainfracloud.org diff --git a/playbooks/hosts/darkserver-dev.fedorainfracloud.org.yml b/playbooks/hosts/darkserver-dev.fedorainfracloud.org.yml index abf4acc52b..fe1db02372 100644 --- a/playbooks/hosts/darkserver-dev.fedorainfracloud.org.yml +++ b/playbooks/hosts/darkserver-dev.fedorainfracloud.org.yml @@ -13,7 +13,7 @@ - include_tasks: "{{ tasks_path }}/growroot_cloud_el7.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: darkserver-dev.fedorainfracloud.org diff --git a/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml b/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml index dfe966121e..eb25380d54 100644 --- a/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml +++ b/playbooks/hosts/data-analysis01.phx2.fedoraproject.org.yml @@ -35,7 +35,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: dole out the service-specific config hosts: data-analysis01.phx2.fedoraproject.org @@ -46,7 +46,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" roles: - role: nfs/client diff --git a/playbooks/hosts/developer.fedorainfracloud.org.yml b/playbooks/hosts/developer.fedorainfracloud.org.yml index 2f17d1a034..d0d9caa491 100644 --- a/playbooks/hosts/developer.fedorainfracloud.org.yml +++ b/playbooks/hosts/developer.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: developer.fedorainfracloud.org diff --git a/playbooks/hosts/eclipse.fedorainfracloud.org.yml b/playbooks/hosts/eclipse.fedorainfracloud.org.yml index a0f74429c2..49e72b398d 100644 --- a/playbooks/hosts/eclipse.fedorainfracloud.org.yml +++ b/playbooks/hosts/eclipse.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: eclipse.fedorainfracloud.org diff --git a/playbooks/hosts/faitout.fedorainfracloud.org.yml b/playbooks/hosts/faitout.fedorainfracloud.org.yml index 21960a81cd..6d4e0ad46d 100644 --- a/playbooks/hosts/faitout.fedorainfracloud.org.yml +++ b/playbooks/hosts/faitout.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: faitout.fedorainfracloud.org diff --git a/playbooks/hosts/fas2-dev.fedorainfracloud.org.yml b/playbooks/hosts/fas2-dev.fedorainfracloud.org.yml index 9013002d37..f21c75844c 100644 --- a/playbooks/hosts/fas2-dev.fedorainfracloud.org.yml +++ b/playbooks/hosts/fas2-dev.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: fas2-dev.fedorainfracloud.org diff --git a/playbooks/hosts/fas3-dev.fedorainfracloud.org.yml b/playbooks/hosts/fas3-dev.fedorainfracloud.org.yml index 4f97472635..e06c58214c 100644 --- a/playbooks/hosts/fas3-dev.fedorainfracloud.org.yml +++ b/playbooks/hosts/fas3-dev.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: fas3-dev.fedorainfracloud.org diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index 48d32ba7e0..4a96ce43ce 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -41,7 +41,7 @@ - sudo handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - include_tasks: "{{ tasks_path }}/cloud_setup_basic.yml" diff --git a/playbooks/hosts/fedimg-dev.fedorainfracloud.org.yml b/playbooks/hosts/fedimg-dev.fedorainfracloud.org.yml index b3a9e16af6..3309d82ef1 100644 --- a/playbooks/hosts/fedimg-dev.fedorainfracloud.org.yml +++ b/playbooks/hosts/fedimg-dev.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: fedimg-dev.fedorainfracloud.org @@ -28,7 +28,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - include_tasks: "{{ tasks_path }}/cloud_setup_basic.yml" diff --git a/playbooks/hosts/fedora-bootstrap.fedorainfracloud.org.yml b/playbooks/hosts/fedora-bootstrap.fedorainfracloud.org.yml index a321e491b1..51b8813195 100644 --- a/playbooks/hosts/fedora-bootstrap.fedorainfracloud.org.yml +++ b/playbooks/hosts/fedora-bootstrap.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: fedora-bootstrap.fedorainfracloud.org diff --git a/playbooks/hosts/glittergallery-dev.fedorainfracloud.org.yml b/playbooks/hosts/glittergallery-dev.fedorainfracloud.org.yml index 549966aa9f..56749ea3ff 100644 --- a/playbooks/hosts/glittergallery-dev.fedorainfracloud.org.yml +++ b/playbooks/hosts/glittergallery-dev.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: glittergallery-dev.fedorainfracloud.org diff --git a/playbooks/hosts/grafana.cloud.fedoraproject.org.yml b/playbooks/hosts/grafana.cloud.fedoraproject.org.yml index 8119033dab..1352d375ef 100644 --- a/playbooks/hosts/grafana.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/grafana.cloud.fedoraproject.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: grafana.cloud.fedoraproject.org @@ -38,7 +38,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - include_tasks: "{{ tasks_path }}/cloud_setup_basic.yml" diff --git a/playbooks/hosts/graphite.fedorainfracloud.org.yml b/playbooks/hosts/graphite.fedorainfracloud.org.yml index 10e0bc50b9..708d64bd2a 100644 --- a/playbooks/hosts/graphite.fedorainfracloud.org.yml +++ b/playbooks/hosts/graphite.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: graphite.fedorainfracloud.org @@ -38,7 +38,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - include_tasks: "{{ tasks_path }}/cloud_setup_basic.yml" diff --git a/playbooks/hosts/hubs-dev.fedorainfracloud.org.yml b/playbooks/hosts/hubs-dev.fedorainfracloud.org.yml index 1236adaf75..d30aa066d5 100644 --- a/playbooks/hosts/hubs-dev.fedorainfracloud.org.yml +++ b/playbooks/hosts/hubs-dev.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things diff --git a/playbooks/hosts/iddev.fedorainfracloud.org.yml b/playbooks/hosts/iddev.fedorainfracloud.org.yml index edf9118002..865776d21b 100644 --- a/playbooks/hosts/iddev.fedorainfracloud.org.yml +++ b/playbooks/hosts/iddev.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: iddev.fedorainfracloud.org @@ -39,4 +39,4 @@ hostname: name="{{inventory_hostname}}" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/hosts/insim.fedorainfracloud.org.yml b/playbooks/hosts/insim.fedorainfracloud.org.yml index c80e33c02c..c4d5a0cda3 100644 --- a/playbooks/hosts/insim.fedorainfracloud.org.yml +++ b/playbooks/hosts/insim.fedorainfracloud.org.yml @@ -13,7 +13,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: insim.fedorainfracloud.org diff --git a/playbooks/hosts/java-deptools.fedorainfracloud.org b/playbooks/hosts/java-deptools.fedorainfracloud.org index a56592b599..7bb571a6c7 100644 --- a/playbooks/hosts/java-deptools.fedorainfracloud.org +++ b/playbooks/hosts/java-deptools.fedorainfracloud.org @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: java-deptools.fedorainfracloud.org diff --git a/playbooks/hosts/lists-dev.fedorainfracloud.org.yml b/playbooks/hosts/lists-dev.fedorainfracloud.org.yml index 2ab300d26c..3fdc8ec5d5 100644 --- a/playbooks/hosts/lists-dev.fedorainfracloud.org.yml +++ b/playbooks/hosts/lists-dev.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: lists-dev.fedorainfracloud.org @@ -86,7 +86,7 @@ owner=root group=root mode=0440 handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: restart postgresql service: name=postgresql state=restarted @@ -171,6 +171,6 @@ handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: reload aliases command: newaliases diff --git a/playbooks/hosts/magazine2.fedorainfracloud.org.yml b/playbooks/hosts/magazine2.fedorainfracloud.org.yml index e13828942e..5b999649b5 100644 --- a/playbooks/hosts/magazine2.fedorainfracloud.org.yml +++ b/playbooks/hosts/magazine2.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: magazine2.fedorainfracloud.org diff --git a/playbooks/hosts/modernpaste.fedorainfracloud.org.yml b/playbooks/hosts/modernpaste.fedorainfracloud.org.yml index bb4e264a82..4b8d59c130 100644 --- a/playbooks/hosts/modernpaste.fedorainfracloud.org.yml +++ b/playbooks/hosts/modernpaste.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: modernpaste.fedorainfracloud.org diff --git a/playbooks/hosts/modularity.fedorainfracloud.org.yml b/playbooks/hosts/modularity.fedorainfracloud.org.yml index 8a4a2c2008..489b3cb902 100644 --- a/playbooks/hosts/modularity.fedorainfracloud.org.yml +++ b/playbooks/hosts/modularity.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: modularity.fedorainfracloud.org:modularity2.fedorainfracloud.org diff --git a/playbooks/hosts/regcfp2.fedorainfracloud.org.yml b/playbooks/hosts/regcfp2.fedorainfracloud.org.yml index 4d048fbf87..b962f014d6 100644 --- a/playbooks/hosts/regcfp2.fedorainfracloud.org.yml +++ b/playbooks/hosts/regcfp2.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: regcfp2.fedorainfracloud.org diff --git a/playbooks/hosts/respins.fedorainfracloud.org.yml b/playbooks/hosts/respins.fedorainfracloud.org.yml index d286e4d633..957a578a70 100644 --- a/playbooks/hosts/respins.fedorainfracloud.org.yml +++ b/playbooks/hosts/respins.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: respins.fedorainfracloud.org diff --git a/playbooks/hosts/shumgrepper-dev.fedorainfracloud.org.yml b/playbooks/hosts/shumgrepper-dev.fedorainfracloud.org.yml index fe0ba7c7b1..e7290d1d31 100644 --- a/playbooks/hosts/shumgrepper-dev.fedorainfracloud.org.yml +++ b/playbooks/hosts/shumgrepper-dev.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: shumgrepper-dev.fedorainfracloud.org diff --git a/playbooks/hosts/taiga.fedorainfracloud.org.yml b/playbooks/hosts/taiga.fedorainfracloud.org.yml index c7912fc8cb..38dd2e72de 100644 --- a/playbooks/hosts/taiga.fedorainfracloud.org.yml +++ b/playbooks/hosts/taiga.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: taiga.fedorainfracloud.org diff --git a/playbooks/hosts/taigastg.fedorainfracloud.org.yml b/playbooks/hosts/taigastg.fedorainfracloud.org.yml index c4c644c699..dd689bb566 100644 --- a/playbooks/hosts/taigastg.fedorainfracloud.org.yml +++ b/playbooks/hosts/taigastg.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: taigastg.fedorainfracloud.org diff --git a/playbooks/hosts/testdays.fedorainfracloud.org.yml b/playbooks/hosts/testdays.fedorainfracloud.org.yml index bf6c9f181b..3b7c6c94ea 100644 --- a/playbooks/hosts/testdays.fedorainfracloud.org.yml +++ b/playbooks/hosts/testdays.fedorainfracloud.org.yml @@ -13,7 +13,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: setup all the things hosts: testdays.fedorainfracloud.org @@ -49,5 +49,5 @@ - { role: testdays, tags: ['testdays'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/hosts/upstreamfirst.fedorainfracloud.org.yml b/playbooks/hosts/upstreamfirst.fedorainfracloud.org.yml index 3a57c5d36c..b8f6843769 100644 --- a/playbooks/hosts/upstreamfirst.fedorainfracloud.org.yml +++ b/playbooks/hosts/upstreamfirst.fedorainfracloud.org.yml @@ -12,7 +12,7 @@ - include_tasks: "{{ tasks_path }}/persistent_cloud.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: do base configuration hosts: upstreamfirst.fedorainfracloud.org @@ -41,7 +41,7 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy pagure hosts: upstreamfirst.fedorainfracloud.org @@ -70,7 +70,7 @@ # - pagure/fedmsg handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: deploy ufmonitor hosts: upstreamfirst.fedorainfracloud.org @@ -86,4 +86,4 @@ - { role: ufmonitor, tags: ['ufmonitor'] } handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/include/proxies-certificates.yml b/playbooks/include/proxies-certificates.yml index 1a077c7f70..a51f5a6bb9 100644 --- a/playbooks/include/proxies-certificates.yml +++ b/playbooks/include/proxies-certificates.yml @@ -9,7 +9,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" roles: diff --git a/playbooks/include/proxies-fedora-web.yml b/playbooks/include/proxies-fedora-web.yml index 2ddef35cd4..beec09dbd8 100644 --- a/playbooks/include/proxies-fedora-web.yml +++ b/playbooks/include/proxies-fedora-web.yml @@ -9,7 +9,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" roles: diff --git a/playbooks/include/proxies-fedorahosted.yml b/playbooks/include/proxies-fedorahosted.yml index dbf77aacd8..e82dfb4a91 100644 --- a/playbooks/include/proxies-fedorahosted.yml +++ b/playbooks/include/proxies-fedorahosted.yml @@ -9,7 +9,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: install special fedorahosted-redirects.conf with fedorahosted redirects diff --git a/playbooks/include/proxies-haproxy.yml b/playbooks/include/proxies-haproxy.yml index 82dda5dac3..457abe4948 100644 --- a/playbooks/include/proxies-haproxy.yml +++ b/playbooks/include/proxies-haproxy.yml @@ -9,7 +9,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" roles: diff --git a/playbooks/include/proxies-miscellaneous.yml b/playbooks/include/proxies-miscellaneous.yml index 78ee1de6dc..226e7a208c 100644 --- a/playbooks/include/proxies-miscellaneous.yml +++ b/playbooks/include/proxies-miscellaneous.yml @@ -9,7 +9,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: # We retired this in favor of PDC diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index a52f0bae58..d48451cdf9 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -9,7 +9,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" roles: diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index b0e077cbb2..c38aef390c 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -9,7 +9,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" vars: - varnish_url: http://localhost:6081 diff --git a/playbooks/include/proxies-rewrites.yml b/playbooks/include/proxies-rewrites.yml index b6d4e977f3..1c49118ff9 100644 --- a/playbooks/include/proxies-rewrites.yml +++ b/playbooks/include/proxies-rewrites.yml @@ -9,7 +9,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" roles: diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 4555507c00..b376501b28 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -9,7 +9,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: diff --git a/playbooks/include/virt-create.yml b/playbooks/include/virt-create.yml index ba70f751aa..6b6d637f68 100644 --- a/playbooks/include/virt-create.yml +++ b/playbooks/include/virt-create.yml @@ -11,5 +11,5 @@ - include_tasks: "{{ tasks_path }}/virt_instance_create.yml" handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/manual/autosign.yml b/playbooks/manual/autosign.yml index 6948e7efea..82b4af6255 100644 --- a/playbooks/manual/autosign.yml +++ b/playbooks/manual/autosign.yml @@ -41,4 +41,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/manual/kernel-qa.yml b/playbooks/manual/kernel-qa.yml index b64c6355fb..ea361766e5 100644 --- a/playbooks/manual/kernel-qa.yml +++ b/playbooks/manual/kernel-qa.yml @@ -26,4 +26,4 @@ handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/manual/push-badges.yml b/playbooks/manual/push-badges.yml index 509db43455..5269a02bbb 100644 --- a/playbooks/manual/push-badges.yml +++ b/playbooks/manual/push-badges.yml @@ -42,7 +42,7 @@ command: git pull origin master chdir={{workingdir}} handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" - name: copy new badge art over to the badges web nodes hosts: badges-web:badges-web-stg @@ -58,7 +58,7 @@ - badges/frontend handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" - name: copy any new badges rules over to the badges backend and restart it hosts: badges-backend:badges-backend-stg @@ -74,4 +74,4 @@ - badges/backend handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/manual/qadevel.yml b/playbooks/manual/qadevel.yml index b4e7afb57f..1c74d87667 100644 --- a/playbooks/manual/qadevel.yml +++ b/playbooks/manual/qadevel.yml @@ -17,7 +17,7 @@ - include_tasks: "{{ tasks_path }}/virt_instance_create.yml" handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" - name: make the box be real hosts: qadevel:qadevel-stg @@ -44,4 +44,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/manual/rebuild/mote.yml b/playbooks/manual/rebuild/mote.yml index 2051a231a0..e3edba65da 100644 --- a/playbooks/manual/rebuild/mote.yml +++ b/playbooks/manual/rebuild/mote.yml @@ -6,7 +6,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - file: dest=/var/cache/httpd/mote/cache.json state=absent diff --git a/playbooks/manual/releng-emergency-expire-old-repo.yml b/playbooks/manual/releng-emergency-expire-old-repo.yml index 136caf3fdd..3ddfe8451b 100644 --- a/playbooks/manual/releng-emergency-expire-old-repo.yml +++ b/playbooks/manual/releng-emergency-expire-old-repo.yml @@ -35,4 +35,4 @@ command: /usr/local/bin/sync_pkl_to_mirrorlists.sh handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/manual/restart-pagure.yml b/playbooks/manual/restart-pagure.yml index 34966205c7..2a3411e6df 100644 --- a/playbooks/manual/restart-pagure.yml +++ b/playbooks/manual/restart-pagure.yml @@ -6,7 +6,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: ask puiterwijk if he would like to capture debug info before restarting. diff --git a/playbooks/manual/restart-pkgdb.yml b/playbooks/manual/restart-pkgdb.yml index 02ab04d9f1..81c684167a 100644 --- a/playbooks/manual/restart-pkgdb.yml +++ b/playbooks/manual/restart-pkgdb.yml @@ -6,7 +6,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: Start apache diff --git a/playbooks/manual/sign-vault.yml b/playbooks/manual/sign-vault.yml index b8fc41eadc..79fe880eb3 100644 --- a/playbooks/manual/sign-vault.yml +++ b/playbooks/manual/sign-vault.yml @@ -20,7 +20,7 @@ - include_tasks: "{{ tasks_path }}/virt_instance_create.yml" handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" - name: make sign vault server hosts: sign-vault @@ -43,4 +43,4 @@ - include_tasks: "{{ tasks_path }}/motd.yml" handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/manual/staging-sync/bodhi.yml b/playbooks/manual/staging-sync/bodhi.yml index dfff6c3586..935fa1510d 100644 --- a/playbooks/manual/staging-sync/bodhi.yml +++ b/playbooks/manual/staging-sync/bodhi.yml @@ -36,7 +36,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - copy: src=/srv/web/infra/db-dumps/bodhi2.dump.xz dest=/var/tmp/bodhi2.dump.xz diff --git a/playbooks/manual/staging-sync/db-sync.yml b/playbooks/manual/staging-sync/db-sync.yml index 68ea3fc8d3..a34fb33e87 100644 --- a/playbooks/manual/staging-sync/db-sync.yml +++ b/playbooks/manual/staging-sync/db-sync.yml @@ -21,7 +21,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name=httpd state=stopped @@ -38,7 +38,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: Dumping the production db. This might take a minute. Go out to the lobby! @@ -62,7 +62,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: # push dump to stg from batcave @@ -86,7 +86,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name=httpd state=started @@ -103,7 +103,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: Remove the db dump on the prod server @@ -118,7 +118,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - command: rm -f /var/tmp/{{ db }}.dump.xz diff --git a/playbooks/manual/staging-sync/fas.yml b/playbooks/manual/staging-sync/fas.yml index be206695c8..9f98cbcd0e 100644 --- a/playbooks/manual/staging-sync/fas.yml +++ b/playbooks/manual/staging-sync/fas.yml @@ -10,7 +10,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name=httpd state=stopped @@ -27,7 +27,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: Dumping the production db. This might take a minute. Go out to the lobby! @@ -52,7 +52,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: # @@ -79,7 +79,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name=httpd state=started @@ -96,7 +96,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: Remove the db dump on the prod server @@ -111,7 +111,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: # diff --git a/playbooks/manual/staging-sync/koji.yml b/playbooks/manual/staging-sync/koji.yml index f5e9f66700..79bd83f676 100644 --- a/playbooks/manual/staging-sync/koji.yml +++ b/playbooks/manual/staging-sync/koji.yml @@ -17,7 +17,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name=httpd state=stopped @@ -37,7 +37,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - template: src=templates/koji-reset-staging.sql dest=/var/lib/pgsql/koji-reset-staging.sql @@ -68,7 +68,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name=httpd state=started diff --git a/playbooks/manual/staging-sync/koschei.yml b/playbooks/manual/staging-sync/koschei.yml index 83b1abe455..e4fc231ab8 100644 --- a/playbooks/manual/staging-sync/koschei.yml +++ b/playbooks/manual/staging-sync/koschei.yml @@ -14,7 +14,7 @@ - /srv/private/ansible/vars.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name={{ item }} state=stopped @@ -34,7 +34,7 @@ - /srv/private/ansible/vars.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - shell: > @@ -69,7 +69,7 @@ - /srv/private/ansible/vars.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name={{ item }} state=started diff --git a/playbooks/manual/staging-sync/mailman.yml b/playbooks/manual/staging-sync/mailman.yml index 27c364393b..0d4f3d9d4b 100644 --- a/playbooks/manual/staging-sync/mailman.yml +++ b/playbooks/manual/staging-sync/mailman.yml @@ -10,7 +10,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name=webui-qcluster state=stopped @@ -30,7 +30,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: #- template: src=templates/mailman-reset-staging.sql dest=/var/lib/pgsql/mailman-reset-staging.sql @@ -87,7 +87,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - command: /srv/webui/bin/prod-to-stg.py diff --git a/playbooks/manual/staging-sync/pdc.yml b/playbooks/manual/staging-sync/pdc.yml index 54ece56895..9e345d8f92 100644 --- a/playbooks/manual/staging-sync/pdc.yml +++ b/playbooks/manual/staging-sync/pdc.yml @@ -36,7 +36,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - copy: src=/srv/web/infra/db-dumps/pdc.dump.xz dest=/var/tmp/pdc.dump.xz diff --git a/playbooks/manual/stop_pkgdb.yml b/playbooks/manual/stop_pkgdb.yml index 9d523a7a85..e1bab3078e 100644 --- a/playbooks/manual/stop_pkgdb.yml +++ b/playbooks/manual/stop_pkgdb.yml @@ -6,7 +6,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. apache diff --git a/playbooks/manual/update-firmware.yml b/playbooks/manual/update-firmware.yml index bf56c3d0d5..28be4f6d33 100644 --- a/playbooks/manual/update-firmware.yml +++ b/playbooks/manual/update-firmware.yml @@ -24,7 +24,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" vars: - updates: diff --git a/playbooks/manual/upgrade/anitya.yml b/playbooks/manual/upgrade/anitya.yml index 38c5c3c564..31d31c3974 100644 --- a/playbooks/manual/upgrade/anitya.yml +++ b/playbooks/manual/upgrade/anitya.yml @@ -6,7 +6,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} command: yum clean all {%if testing%} --enablerepo=infrastructure-tags-stg {%endif%} @@ -26,7 +26,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the frontend nagios: action=downtime minutes=15 service=host host={{ inventory_hostname_short }}{{ env_suffix }} @@ -50,7 +50,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the backend nagios: action=downtime minutes=15 service=host host={{ inventory_hostname_short }}{{ env_suffix }} diff --git a/playbooks/manual/upgrade/autocloud.yml b/playbooks/manual/upgrade/autocloud.yml index a0d1f8b28e..0a5be63f49 100644 --- a/playbooks/manual/upgrade/autocloud.yml +++ b/playbooks/manual/upgrade/autocloud.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata @@ -31,7 +31,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: dnf update tunir packages from main repo @@ -51,7 +51,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: dnf update fedfind packages from main repo @@ -71,7 +71,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: dnf update fedfind packages from main repo @@ -89,7 +89,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the frontend @@ -111,7 +111,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the backend @@ -154,7 +154,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name="httpd" state=started diff --git a/playbooks/manual/upgrade/badges.yml b/playbooks/manual/upgrade/badges.yml index 810c442a6c..0616776bd2 100644 --- a/playbooks/manual/upgrade/badges.yml +++ b/playbooks/manual/upgrade/badges.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -37,7 +37,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -64,7 +64,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the frontend @@ -86,7 +86,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the backend @@ -124,7 +124,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name="httpd" state=started diff --git a/playbooks/manual/upgrade/bodhi.yml b/playbooks/manual/upgrade/bodhi.yml index 14782f786a..689f4eb953 100644 --- a/playbooks/manual/upgrade/bodhi.yml +++ b/playbooks/manual/upgrade/bodhi.yml @@ -25,7 +25,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -53,7 +53,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the frontend @@ -75,7 +75,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the backend @@ -113,7 +113,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name="httpd" state=started diff --git a/playbooks/manual/upgrade/bugyou.yml b/playbooks/manual/upgrade/bugyou.yml index 482129ee2c..109cc4d308 100644 --- a/playbooks/manual/upgrade/bugyou.yml +++ b/playbooks/manual/upgrade/bugyou.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -29,7 +29,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the backend diff --git a/playbooks/manual/upgrade/bugzilla2fedmsg.yml b/playbooks/manual/upgrade/bugzilla2fedmsg.yml index abea40d86b..98deaca53b 100644 --- a/playbooks/manual/upgrade/bugzilla2fedmsg.yml +++ b/playbooks/manual/upgrade/bugzilla2fedmsg.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -29,7 +29,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush diff --git a/playbooks/manual/upgrade/datagrepper.yml b/playbooks/manual/upgrade/datagrepper.yml index ffe3973bf9..a0f7131ad7 100644 --- a/playbooks/manual/upgrade/datagrepper.yml +++ b/playbooks/manual/upgrade/datagrepper.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -29,7 +29,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush diff --git a/playbooks/manual/upgrade/datanommer.yml b/playbooks/manual/upgrade/datanommer.yml index bf5751d456..224bfc569d 100644 --- a/playbooks/manual/upgrade/datanommer.yml +++ b/playbooks/manual/upgrade/datanommer.yml @@ -16,7 +16,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -37,7 +37,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush nagios: action=downtime minutes=120 service=host host={{ inventory_hostname_short }}{{ env_suffix }} @@ -56,7 +56,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush nagios: action=downtime minutes=120 service=host host={{ inventory_hostname_short }}{{ env_suffix }} @@ -75,7 +75,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush nagios: action=downtime minutes=120 service=host host={{ inventory_hostname_short }}{{ env_suffix }} @@ -94,7 +94,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush nagios: action=downtime minutes=120 service=host host={{ inventory_hostname_short }}{{ env_suffix }} diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 40ca672dcd..a7ec10787e 100644 --- a/playbooks/manual/upgrade/fedimg.yml +++ b/playbooks/manual/upgrade/fedimg.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -34,7 +34,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: yum update fedfind packages from main repo @@ -54,7 +54,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: yum update fedfind packages from main repo @@ -72,7 +72,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush diff --git a/playbooks/manual/upgrade/fedmsg.yml b/playbooks/manual/upgrade/fedmsg.yml index ea0e206025..082e0f2ca3 100644 --- a/playbooks/manual/upgrade/fedmsg.yml +++ b/playbooks/manual/upgrade/fedmsg.yml @@ -33,7 +33,7 @@ - python2-fedmsg-meta-fedora-infrastructure - python-moksha-hub handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -60,7 +60,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name="httpd" state=restarted diff --git a/playbooks/manual/upgrade/fmn.yml b/playbooks/manual/upgrade/fmn.yml index a187f1897c..d4091d6f93 100644 --- a/playbooks/manual/upgrade/fmn.yml +++ b/playbooks/manual/upgrade/fmn.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -32,7 +32,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the frontend @@ -54,7 +54,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the backend @@ -111,7 +111,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name="httpd" state=started diff --git a/playbooks/manual/upgrade/hotness.yml b/playbooks/manual/upgrade/hotness.yml index cb1c6e64e8..e23e0e89a2 100644 --- a/playbooks/manual/upgrade/hotness.yml +++ b/playbooks/manual/upgrade/hotness.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -29,7 +29,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush diff --git a/playbooks/manual/upgrade/koschei.yml b/playbooks/manual/upgrade/koschei.yml index a017905d53..0aa5f055bc 100644 --- a/playbooks/manual/upgrade/koschei.yml +++ b/playbooks/manual/upgrade/koschei.yml @@ -5,7 +5,7 @@ - /srv/private/ansible/vars.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" roles: - mod_wsgi - koschei/frontend @@ -17,7 +17,7 @@ - /srv/private/ansible/vars.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" roles: - koschei/backend @@ -106,7 +106,7 @@ - /srv/private/ansible/vars.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" roles: - mod_wsgi - koschei/frontend @@ -118,7 +118,7 @@ - /srv/private/ansible/vars.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" roles: - koschei/backend diff --git a/playbooks/manual/upgrade/mbs.yml b/playbooks/manual/upgrade/mbs.yml index 7874e52151..904a02fe74 100644 --- a/playbooks/manual/upgrade/mbs.yml +++ b/playbooks/manual/upgrade/mbs.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -37,7 +37,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -64,7 +64,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the frontend @@ -87,7 +87,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the backend @@ -124,7 +124,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name="httpd" state=started diff --git a/playbooks/manual/upgrade/mote.yml b/playbooks/manual/upgrade/mote.yml index a088b420de..c80e67edc3 100644 --- a/playbooks/manual/upgrade/mote.yml +++ b/playbooks/manual/upgrade/mote.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -29,7 +29,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush diff --git a/playbooks/manual/upgrade/odcs.yml b/playbooks/manual/upgrade/odcs.yml index 701778afad..bf215c426a 100644 --- a/playbooks/manual/upgrade/odcs.yml +++ b/playbooks/manual/upgrade/odcs.yml @@ -9,7 +9,7 @@ testing: False odcs_migrate_db: True handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-tags-stg on){%endif%} @@ -37,7 +37,7 @@ testing: False odcs_migrate_db: True handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-tags-stg on){%endif%} @@ -64,7 +64,7 @@ vars: odcs_migrate_db: True handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the frontend @@ -89,7 +89,7 @@ vars: odcs_migrate_db: True handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the backend @@ -119,7 +119,7 @@ vars: odcs_migrate_db: True handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name="httpd" state=started diff --git a/playbooks/manual/upgrade/packages.yml b/playbooks/manual/upgrade/packages.yml index 443fdbb3d8..8ee0470591 100644 --- a/playbooks/manual/upgrade/packages.yml +++ b/playbooks/manual/upgrade/packages.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -29,7 +29,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush diff --git a/playbooks/manual/upgrade/pagure.yml b/playbooks/manual/upgrade/pagure.yml index ac53c4f7c9..79d109cd4d 100644 --- a/playbooks/manual/upgrade/pagure.yml +++ b/playbooks/manual/upgrade/pagure.yml @@ -12,7 +12,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the frontend diff --git a/playbooks/manual/upgrade/pdc.yml b/playbooks/manual/upgrade/pdc.yml index ea6b735216..c6c0ad5117 100644 --- a/playbooks/manual/upgrade/pdc.yml +++ b/playbooks/manual/upgrade/pdc.yml @@ -6,7 +6,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: clean all metadata @@ -38,7 +38,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: clean all metadata @@ -78,7 +78,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: And... start the backend again diff --git a/playbooks/manual/upgrade/statscache.yml b/playbooks/manual/upgrade/statscache.yml index 2b1ebeac6b..9743e67214 100644 --- a/playbooks/manual/upgrade/statscache.yml +++ b/playbooks/manual/upgrade/statscache.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -29,7 +29,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the frontend @@ -51,7 +51,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush w.r.t. the backend @@ -88,7 +88,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - service: name="httpd" state=started diff --git a/playbooks/manual/upgrade/tagger.yml b/playbooks/manual/upgrade/tagger.yml index 64bdd19afa..00d142a9f6 100644 --- a/playbooks/manual/upgrade/tagger.yml +++ b/playbooks/manual/upgrade/tagger.yml @@ -8,7 +8,7 @@ vars: testing: False handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%} @@ -29,7 +29,7 @@ - "/srv/private/ansible/vars.yml" - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - include_tasks: "{{ handllers_path }}/restart_services.yml" + - include_tasks: "{{ handlers_path }}/restart_services.yml" pre_tasks: - name: tell nagios to shush diff --git a/playbooks/transient_cloud_instance.yml b/playbooks/transient_cloud_instance.yml index 07a07d7a86..b537f1c8d9 100644 --- a/playbooks/transient_cloud_instance.yml +++ b/playbooks/transient_cloud_instance.yml @@ -78,4 +78,4 @@ - include_tasks: "{{ tasks_path }}/cloud_setup_basic.yml" handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" diff --git a/playbooks/update_ticketkey.yml b/playbooks/update_ticketkey.yml index 188c0f7c83..7b77f4e5cb 100644 --- a/playbooks/update_ticketkey.yml +++ b/playbooks/update_ticketkey.yml @@ -8,7 +8,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" tasks: - name: create new production ticket key @@ -27,7 +27,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml handlers: - - import_tasks: "{{ handllers_path }}/restart_services.yml" + - import_tasks: "{{ handlers_path }}/restart_services.yml" tasks: diff --git a/roles/copr/base/handlers/main.yml b/roles/copr/base/handlers/main.yml index 5efb70972c..9acdeb4bc7 100644 --- a/roles/copr/base/handlers/main.yml +++ b/roles/copr/base/handlers/main.yml @@ -1,5 +1,5 @@ --- -- import_tasks: "{{ handllers_path }}/restart_services.yml" +- import_tasks: "{{ handlers_path }}/restart_services.yml" - name: restart postgresql service: name=postgresql state=restarted diff --git a/roles/copr/frontend/handlers/main.yml b/roles/copr/frontend/handlers/main.yml index 08da39ff0d..4585db853a 100644 --- a/roles/copr/frontend/handlers/main.yml +++ b/roles/copr/frontend/handlers/main.yml @@ -1,4 +1,4 @@ -- import_tasks: "{{ handllers_path }}/restart_services.yml" +- import_tasks: "{{ handlers_path }}/restart_services.yml" - name: restart postgresql service: name=postgresql diff --git a/roles/copr/mbs/handlers/main.yml b/roles/copr/mbs/handlers/main.yml index 813cc87bef..111522289a 100644 --- a/roles/copr/mbs/handlers/main.yml +++ b/roles/copr/mbs/handlers/main.yml @@ -1,4 +1,4 @@ -- import_tasks: "{{ handllers_path }}/restart_services.yml" +- import_tasks: "{{ handlers_path }}/restart_services.yml" - name: daemon reload command: systemctl daemon-reload