diff --git a/playbooks/groups/qadevel.yml b/playbooks/groups/qadevel.yml index f060365843..72ea4d1135 100644 --- a/playbooks/groups/qadevel.yml +++ b/playbooks/groups/qadevel.yml @@ -49,36 +49,36 @@ handlers: - include: "{{ handlers }}/restart_services.yml" -#- name: configure taskotron-ci master -# 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 taskotron-ci 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 taskotron-ci master + 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 taskotron-ci 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"