removing un-needed parts of qadevel so the machine keeps working as needed
This commit is contained in:
parent
dc795765be
commit
3c7eee423e
1 changed files with 34 additions and 33 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue