disabling buildbot setup on qadevel-stg for now
This commit is contained in:
parent
16e804cb18
commit
d2e7ffe035
1 changed files with 16 additions and 16 deletions
|
@ -49,19 +49,19 @@
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: configure taskotron-ci master
|
#- name: configure taskotron-ci master
|
||||||
hosts: qadevel-stg
|
# hosts: qadevel-stg
|
||||||
user: root
|
# user: root
|
||||||
gather_facts: True
|
# gather_facts: True
|
||||||
|
#
|
||||||
vars_files:
|
# vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
# - /srv/web/infra/ansible/vars/global.yml
|
||||||
- "/srv/private/ansible/vars.yml"
|
# - "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
# - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
#
|
||||||
roles:
|
# roles:
|
||||||
- { role: taskotron/buildmaster, tags: ['buildmaster'] }
|
# - { role: taskotron/buildmaster, tags: ['buildmaster'] }
|
||||||
- { role: taskotron/buildmaster-configure, tags: ['buildmasterconfig'] }
|
# - { role: taskotron/buildmaster-configure, tags: ['buildmasterconfig'] }
|
||||||
|
#
|
||||||
handlers:
|
# handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
# - include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue