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