From 8b6c9a19cfd229868b981d91013411de8f8a19c3 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 pdc_web in prod Signed-off-by: Nils Philippsen --- inventory/group_vars/pdc_web | 3 +-- playbooks/groups/pdc.yml | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/inventory/group_vars/pdc_web b/inventory/group_vars/pdc_web index cc87cc5ff4..aec79bc422 100644 --- a/inventory/group_vars/pdc_web +++ b/inventory/group_vars/pdc_web @@ -13,8 +13,7 @@ wsgi_threads: 2 tcp_ports: [ 80 ] -fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran - +primary_auth_source: ipa ipa_host_group: pdc-web ipa_host_group_desc: Product Definition Center web app ipa_client_shell_groups: diff --git a/playbooks/groups/pdc.yml b/playbooks/groups/pdc.yml index c65b64a9a1..88b5f3b1a4 100644 --- a/playbooks/groups/pdc.yml +++ b/playbooks/groups/pdc.yml @@ -22,13 +22,10 @@ - nagios_client - collectd/base - hosts - - { role: fas_client, when: env != "staging" } - - { role: ipa/client, when: env == "staging" } + - ipa/client - sudo tasks: - - import_tasks: "{{ tasks_path }}/2fa_client.yml" - when: env != "staging" - import_tasks: "{{ tasks_path }}/motd.yml" - name: stuff for the web nodes