From bc19edf0a64a5123cabba6dfa362f89fa203446d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 27 Oct 2014 19:24:12 +0000 Subject: [PATCH] Put 2fa client stuff on composer.stg. --- playbooks/groups/composers.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/composers.yml b/playbooks/groups/composers.yml index fde8a1cc06..94e5e7ad60 100644 --- a/playbooks/groups/composers.yml +++ b/playbooks/groups/composers.yml @@ -61,7 +61,7 @@ handlers: - include: "{{ handlers }}/restart_services.yml" -- name: put fasClient on the staging releng systems +- name: put fasClient and 2fa on the staging releng systems # Staging only, for debugging please. hosts: composers-stg user: root @@ -76,5 +76,8 @@ roles: - fas_client + tasks: + - include: "{{ tasks }}/2fa_client.yml" + handlers: - include: "{{ handlers }}/restart_services.yml"