From 3c7eee423edf1e9c944089fcacf0a22d5ed66be6 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 4 Jan 2017 19:15:02 +0000 Subject: [PATCH] removing un-needed parts of qadevel so the machine keeps working as needed --- playbooks/groups/qadevel.yml | 67 ++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 33 deletions(-) diff --git a/playbooks/groups/qadevel.yml b/playbooks/groups/qadevel.yml index fa914f0a37..076283ec18 100644 --- a/playbooks/groups/qadevel.yml +++ b/playbooks/groups/qadevel.yml @@ -53,39 +53,40 @@ - include: "{{ handlers }}/restart_services.yml" -- name: configure qadevel buildmaster - hosts: qadevel - user: root - gather_facts: True - - vars_files: - - /srv/web/infra/ansible/vars/global.yml - - "/srv/private/ansible/vars.yml" - - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - - roles: - - { role: taskotron/buildmaster, tags: ['buildmaster'] } - - { role: taskotron/buildmaster-configure, tags: ['buildmasterconfig'] } - - handlers: - - include: "{{ handlers }}/restart_services.yml" - -- name: configure qadevel local slave - hosts: qadevel - user: root - gather_facts: True - - vars_files: - - /srv/web/infra/ansible/vars/global.yml - - "/srv/private/ansible/vars.yml" - - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - - roles: - - { role: taskotron/buildslave, tags: ['buildslave'] } - - { role: taskotron/buildslave-configure, tags: ['buildslaveconfig'] } - - handlers: - - include: "{{ handlers }}/restart_services.yml" +# the CI isn't working quite right and this machine is going away soon, just commenting it out +#- name: configure qadevel buildmaster +# hosts: qadevel +# user: root +# gather_facts: True +# +# vars_files: +# - /srv/web/infra/ansible/vars/global.yml +# - "/srv/private/ansible/vars.yml" +# - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml +# +# roles: +# - { role: taskotron/buildmaster, tags: ['buildmaster'] } +# - { role: taskotron/buildmaster-configure, tags: ['buildmasterconfig'] } +# +# handlers: +# - include: "{{ handlers }}/restart_services.yml" +# +#- name: configure qadevel local slave +# hosts: qadevel +# user: root +# gather_facts: True +# +# vars_files: +# - /srv/web/infra/ansible/vars/global.yml +# - "/srv/private/ansible/vars.yml" +# - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml +# +# roles: +# - { role: taskotron/buildslave, tags: ['buildslave'] } +# - { role: taskotron/buildslave-configure, tags: ['buildslaveconfig'] } +# +# handlers: +# - include: "{{ handlers }}/restart_services.yml" - name: configure static sites for qadevel hosts: qadevel