ipa/client: enable for logging in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
4fd9a03c88
commit
323cec75df
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
primary_auth_source: ipa
|
||||||
ipa_host_group: logging
|
ipa_host_group: logging
|
||||||
ipa_host_group_desc: Logging hosts
|
ipa_host_group_desc: Logging hosts
|
||||||
ipa_client_shell_groups:
|
ipa_client_shell_groups:
|
||||||
|
|
|
@ -15,8 +15,7 @@
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- hosts
|
- hosts
|
||||||
- { role: ipa/client, when: env == "staging" }
|
- ipa/client
|
||||||
- { role: fas_client, when: env != "staging" }
|
|
||||||
- apache
|
- apache
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- collectd/server
|
- collectd/server
|
||||||
|
@ -36,7 +35,6 @@
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue