Base fedmsg setup for jenkins.
This commit is contained in:
parent
88335f85de
commit
1cd54af996
4 changed files with 33 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
roles:
|
||||
- base
|
||||
- fedmsg/base
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||
|
@ -224,6 +225,24 @@
|
|||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
- name: setup fedmsg for the master (after jenkins has been installed)
|
||||
hosts: 209.132.184.153
|
||||
user: root
|
||||
gather_facts: True
|
||||
tags:
|
||||
- jenkins_master
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "{{ private }}/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- fedmsg/base
|
||||
|
||||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
###################################################
|
||||
# jenkins slaves
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue