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
|
# the appropriate non-root user
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
- name: buildbot master setup
|
# all the bits needed for this are not in this repo yet
|
||||||
hosts: taskotron-dev
|
#- name: buildbot master setup
|
||||||
sudo: yes
|
# hosts: taskotron-dev
|
||||||
sudo_user: "{{ master_user }}"
|
# sudo: yes
|
||||||
tags:
|
# sudo_user: "{{ master_user }}"
|
||||||
- buildmasterconfig
|
# tags:
|
||||||
|
# - buildmasterconfig
|
||||||
# this eventually needs to differentiate between staging and production cedrts
|
#
|
||||||
vars_files:
|
# # this eventually needs to differentiate between staging and production cedrts
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
# vars_files:
|
||||||
- "{{ private }}/vars.yml"
|
# - /srv/web/infra/ansible/vars/global.yml
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
# - "{{ private }}/vars.yml"
|
||||||
|
# - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
tasks:
|
#
|
||||||
- include: "{{ tasks }}/buildmaster-config.yml"
|
# tasks:
|
||||||
|
# - include: "{{ tasks }}/buildmaster-config.yml"
|
||||||
handlers:
|
#
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
# handlers:
|
||||||
|
# - include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue