summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playbooks/groups/composers.yml17
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"