From 2d95e93d1d473d0bfe3faac97a4de2edab0f2191 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 24 Jul 2020 15:48:47 -0700 Subject: [PATCH] certgetter: do not include fas_client or 2fa in stg for now. Signed-off-by: Kevin Fenzi --- playbooks/groups/certgetter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/certgetter.yml b/playbooks/groups/certgetter.yml index 5f89894ace..7ca9fcbf33 100644 --- a/playbooks/groups/certgetter.yml +++ b/playbooks/groups/certgetter.yml @@ -15,7 +15,7 @@ - rkhunter - nagios_client - hosts - - fas_client + - { role: fas_client, when: env != "staging" } - rsyncd - sudo - apache @@ -27,6 +27,7 @@ tasks: - import_tasks: "{{ tasks_path }}/2fa_client.yml" + when: env != "staging" - import_tasks: "{{ tasks_path }}/motd.yml" - name: make sure certbot is installed