From cf907dcce2463ab2f89278a40a94689ff1cc5d3d Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 19 May 2015 16:21:57 +0000 Subject: [PATCH] re-enable buildbot on qadevel-stg --- playbooks/groups/qadevel-stg.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/playbooks/groups/qadevel-stg.yml b/playbooks/groups/qadevel-stg.yml index b3e63f18a7..e2f3746f13 100644 --- a/playbooks/groups/qadevel-stg.yml +++ b/playbooks/groups/qadevel-stg.yml @@ -67,19 +67,19 @@ - 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 qadevel buildbot CI + 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"