diff options
author | Ralph Bean <rbean@redhat.com> | 2014-10-23 19:59:40 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2014-10-27 17:17:06 +0000 |
commit | 53e619cf6c0eaf929b4a56adbc308b5253dfc242 (patch) | |
tree | 1d3098ecd0432b0d0cf4e1a84e1c3e932084a64f | |
parent | 58278f111ccfdec127c5d4f0610a18b0c2eb99df (diff) | |
download | ansible-53e619cf6c0eaf929b4a56adbc308b5253dfc242.tar.gz ansible-53e619cf6c0eaf929b4a56adbc308b5253dfc242.tar.xz ansible-53e619cf6c0eaf929b4a56adbc308b5253dfc242.zip |
Put fas_client on composer.stg.
-rw-r--r-- | playbooks/groups/composers.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/playbooks/groups/composers.yml b/playbooks/groups/composers.yml index cf7cc73a4..fde8a1cc0 100644 --- a/playbooks/groups/composers.yml +++ b/playbooks/groups/composers.yml @@ -61,3 +61,20 @@ handlers: - include: "{{ handlers }}/restart_services.yml" +- name: put fasClient on the staging releng systems + # Staging only, for debugging please. + hosts: composers-stg + user: root + gather_facts: True + accelerate: "{{ accelerated }}" + + vars_files: + - /srv/web/infra/ansible/vars/global.yml + - "{{ private }}/vars.yml" + - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml + + roles: + - fas_client + + handlers: + - include: "{{ handlers }}/restart_services.yml" |