Base fedmsg setup for jenkins.

This commit is contained in:
Ralph Bean 2014-07-10 18:41:14 +00:00
parent 88335f85de
commit 1cd54af996
4 changed files with 33 additions and 1 deletions

View file

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