commenting out buildmaster config for taskotron-dev as the required bits aren't ready yet

This commit is contained in:
Tim Flink 2014-06-25 23:00:17 +00:00
parent 5db70eb63c
commit d2b7f02be3

View file

@ -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"