ipa/client: enable for tang 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 c0a7ba202b
commit 286af1a769
2 changed files with 2 additions and 4 deletions

View File

@@ -4,4 +4,4 @@
tcp_ports: [80]
fas_client_groups: sysadmin-main
primary_auth_source: ipa

View File

@@ -18,14 +18,12 @@
- rkhunter
- nagios_client
- hosts
- { role: ipa/client, when: env == "staging" }
- { role: fas_client, when: env != "staging" }
- ipa/client
- rsyncd
- sudo
- tang
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers: