ipa/client: enable for people in prod

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-03-19 17:25:38 +01:00
parent 0691c20721
commit ab642e1266
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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: