From 474e0d9bea08f9b62f456d940c3f00036c318aa3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 14 Sep 2020 10:29:32 -0700 Subject: [PATCH] wiki: no fas_client and 2fa in staging Signed-off-by: Kevin Fenzi --- playbooks/groups/wiki.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/wiki.yml b/playbooks/groups/wiki.yml index 0c0e5bce7d..c9a8275363 100644 --- a/playbooks/groups/wiki.yml +++ b/playbooks/groups/wiki.yml @@ -23,7 +23,7 @@ - rkhunter - nagios_client - hosts - - fas_client + - { role: fas_client, when: env != "staging" } - collectd/base - apache - { role: fedmsg/base, @@ -40,6 +40,7 @@ tasks: - import_tasks: "{{ tasks_path }}/2fa_client.yml" + when: env != "staging" - import_tasks: "{{ tasks_path }}/motd.yml" handlers: