Add restart-services helpers to cloud boxes

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-08-15 16:28:34 +00:00
parent 11a36497c8
commit 62deebeb5d
34 changed files with 102 additions and 0 deletions

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: artboard.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
- include: "{{ tasks_path }}/persistent_cloud.yml"
- include: "{{ tasks_path }}/growroot_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: provision instance
hosts: blockerbugs-dev.cloud.fedoraproject.org
user: root

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: commops.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: communityblog.fedorainfracloud.org
gather_facts: True

View file

@ -12,6 +12,9 @@
- include: "{{ tasks_path }}/persistent_cloud.yml"
- include: "{{ tasks_path }}/growroot_cloud_el7.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: darkserver-dev.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: developer.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: eclipse.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: faitout.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: fas2-dev.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: fas3-dev.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: fedimg-dev.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: fedora-bootstrap.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: glittergallery-dev.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: grafana.cloud.fedoraproject.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: graphite.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: hubs-dev.fedorainfracloud.org

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: iddev.fedorainfracloud.org
gather_facts: True

View file

@ -12,6 +12,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: insim.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: java-deptools.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: kolinahr.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: lists-dev.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: magazine2.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: modernpaste.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: modularity.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: piwik.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: regcfp2.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: respins.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
- include: "{{ tasks_path }}/persistent_cloud.yml"
- include: "{{ tasks_path }}/growroot_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: provision instance
hosts: 209.132.184.157
user: root

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: shumgrepper-dev.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: taiga.fedorainfracloud.org
vars_files:

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: taigastg.fedorainfracloud.org
gather_facts: True

View file

@ -12,6 +12,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: testdays.fedorainfracloud.org
gather_facts: True

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: do base configuration
hosts: upstreamfirst.fedorainfracloud.org
user: root

View file

@ -11,6 +11,9 @@
tasks:
- include: "{{ tasks_path }}/persistent_cloud.yml"
handlers:
- include: "{{ handlers_path }}/restart_services.yml"
- name: setup all the things
hosts: waiverdb-dev.fedorainfracloud.org
gather_facts: True