From d2b7f02be39bc7580904ac11c699d9630f873984 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 25 Jun 2014 23:00:17 +0000 Subject: [PATCH] commenting out buildmaster config for taskotron-dev as the required bits aren't ready yet --- playbooks/groups/taskotron-dev.yml | 38 +++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/playbooks/groups/taskotron-dev.yml b/playbooks/groups/taskotron-dev.yml index 01ce533a0b..6b526c284a 100644 --- a/playbooks/groups/taskotron-dev.yml +++ b/playbooks/groups/taskotron-dev.yml @@ -63,22 +63,22 @@ # the appropriate non-root user ############################################################ -- name: buildbot master setup - hosts: taskotron-dev - sudo: yes - sudo_user: "{{ master_user }}" - tags: - - buildmasterconfig - - # this eventually needs to differentiate between staging and production cedrts - vars_files: - - /srv/web/infra/ansible/vars/global.yml - - "{{ private }}/vars.yml" - - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - - tasks: - - include: "{{ tasks }}/buildmaster-config.yml" - - handlers: - - include: "{{ handlers }}/restart_services.yml" - +# all the bits needed for this are not in this repo yet +#- name: buildbot master setup +# hosts: taskotron-dev +# sudo: yes +# sudo_user: "{{ master_user }}" +# tags: +# - buildmasterconfig +# +# # this eventually needs to differentiate between staging and production cedrts +# vars_files: +# - /srv/web/infra/ansible/vars/global.yml +# - "{{ private }}/vars.yml" +# - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml +# +# tasks: +# - include: "{{ tasks }}/buildmaster-config.yml" +# +# handlers: +# - include: "{{ handlers }}/restart_services.yml"