diff --git a/playbooks/groups/qadevel-stg.yml b/playbooks/groups/qadevel-stg.yml index 488b60d272..5236baffd6 100644 --- a/playbooks/groups/qadevel-stg.yml +++ b/playbooks/groups/qadevel-stg.yml @@ -49,19 +49,19 @@ handlers: - include: "{{ handlers }}/restart_services.yml" -- name: configure taskotron-ci master - hosts: qadevel-stg - 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 taskotron-ci master +# hosts: qadevel-stg +# 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"