ipa/client: enable for backup in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
7ff447fa40
commit
6ec2e32e36
2 changed files with 3 additions and 3 deletions
2
inventory/group_vars/backup
Normal file
2
inventory/group_vars/backup
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
primary_auth_source: ipa
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue