diff --git a/inventory/group_vars/people b/inventory/group_vars/people index e7c2d57a38..82273b57da 100644 --- a/inventory/group_vars/people +++ b/inventory/group_vars/people @@ -12,7 +12,7 @@ git_server_args: --export-all --syslog --inetd --verbose git_basepath: / git_daemon_user: nobody -fas_client_groups: "@all" +primary_auth_source: ipa ipa_host_group: people ipa_host_group_desc: A place for people to host things # fedora-contributors is an umbrella group containing all others diff --git a/playbooks/groups/people.yml b/playbooks/groups/people.yml index 5d6a39cd92..266b3bcbf0 100644 --- a/playbooks/groups/people.yml +++ b/playbooks/groups/people.yml @@ -59,8 +59,7 @@ roles: - base - collectd/base - - { role: ipa/client, when: env == "staging" } - - { role: fas_client, when: env != "staging" } + - ipa/client - hosts - nagios_client - rkhunter @@ -86,7 +85,6 @@ - people tasks: - - import_tasks: "{{ tasks_path }}/2fa_client.yml" - import_tasks: "{{ tasks_path }}/motd.yml" handlers: