commenting out buildmaster config for taskotron-dev as the required bits aren't ready yet
This commit is contained in:
parent
5db70eb63c
commit
d2b7f02be3
1 changed files with 19 additions and 19 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue