ipa/client: enable for backup 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 7ff447fa40
commit 6ec2e32e36
2 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,2 @@
---
primary_auth_source: ipa

View file

@ -18,8 +18,7 @@
- rkhunter
- nagios_client
- hosts
- { role: ipa/client, when: env == "staging" }
- { role: hosts, when: env != "staging" }
- ipa/client
- sudo
- collectd/base
- { role: nfs/client,
@ -33,7 +32,6 @@
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"
- import_tasks: "{{ tasks_path }}/rdiff_backup_server.yml"