From fd76ec07a2401cbd3ae966f7b51ec6983230dbd0 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 19 Mar 2021 17:25:38 +0100 Subject: [PATCH] ipa/client: enable for open shift in prod Signed-off-by: Nils Philippsen --- playbooks/groups/os-cluster.yml | 5 +---- playbooks/groups/os-proxies.yml | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index 901c03efeb..12673e93fb 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -16,8 +16,7 @@ - rkhunter - nagios_client - hosts - - { role: fas_client, when: env != 'staging' } - - { role: ipa/client, when: env == "staging" } + - ipa/client - collectd/base - rsyncd - sudo @@ -47,8 +46,6 @@ state: present - import_tasks: "{{ tasks_path }}/yumrepos.yml" - - import_tasks: "{{ tasks_path }}/2fa_client.yml" - when: env != 'staging' - import_tasks: "{{ tasks_path }}/motd.yml" handlers: diff --git a/playbooks/groups/os-proxies.yml b/playbooks/groups/os-proxies.yml index c9bb352c8c..15cba7b42e 100644 --- a/playbooks/groups/os-proxies.yml +++ b/playbooks/groups/os-proxies.yml @@ -18,8 +18,7 @@ roles: - base - - { role: ipa/client, when: env == "staging" } - - { role: fas_client, when: env != "staging" } + - ipa/client - rkhunter - nagios_client - collectd/base @@ -27,7 +26,6 @@ - keepalived tasks: - - import_tasks: "{{ tasks_path }}/2fa_client.yml" - import_tasks: "{{ tasks_path }}/motd.yml" - name: install haproxy