removing un-needed parts of qadevel so the machine keeps working as needed

This commit is contained in:
Tim Flink 2017-01-04 19:15:02 +00:00
parent dc795765be
commit 3c7eee423e

View file

@ -53,39 +53,40 @@
- include: "{{ handlers }}/restart_services.yml" - include: "{{ handlers }}/restart_services.yml"
- name: configure qadevel buildmaster # the CI isn't working quite right and this machine is going away soon, just commenting it out
hosts: qadevel #- name: configure qadevel buildmaster
user: root # hosts: qadevel
gather_facts: True # user: root
# gather_facts: True
vars_files: #
- /srv/web/infra/ansible/vars/global.yml # vars_files:
- "/srv/private/ansible/vars.yml" # - /srv/web/infra/ansible/vars/global.yml
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml # - "/srv/private/ansible/vars.yml"
# - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles: #
- { role: taskotron/buildmaster, tags: ['buildmaster'] } # roles:
- { role: taskotron/buildmaster-configure, tags: ['buildmasterconfig'] } # - { role: taskotron/buildmaster, tags: ['buildmaster'] }
# - { role: taskotron/buildmaster-configure, tags: ['buildmasterconfig'] }
handlers: #
- include: "{{ handlers }}/restart_services.yml" # handlers:
# - include: "{{ handlers }}/restart_services.yml"
- name: configure qadevel local slave #
hosts: qadevel #- name: configure qadevel local slave
user: root # hosts: qadevel
gather_facts: True # user: root
# gather_facts: True
vars_files: #
- /srv/web/infra/ansible/vars/global.yml # vars_files:
- "/srv/private/ansible/vars.yml" # - /srv/web/infra/ansible/vars/global.yml
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml # - "/srv/private/ansible/vars.yml"
# - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles: #
- { role: taskotron/buildslave, tags: ['buildslave'] } # roles:
- { role: taskotron/buildslave-configure, tags: ['buildslaveconfig'] } # - { role: taskotron/buildslave, tags: ['buildslave'] }
# - { role: taskotron/buildslave-configure, tags: ['buildslaveconfig'] }
handlers: #
- include: "{{ handlers }}/restart_services.yml" # handlers:
# - include: "{{ handlers }}/restart_services.yml"
- name: configure static sites for qadevel - name: configure static sites for qadevel
hosts: qadevel hosts: qadevel