From 53e619cf6c0eaf929b4a56adbc308b5253dfc242 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 23 Oct 2014 19:59:40 +0000 Subject: [PATCH] Put fas_client on composer.stg. --- playbooks/groups/composers.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/playbooks/groups/composers.yml b/playbooks/groups/composers.yml index cf7cc73a4e..fde8a1cc06 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"