ipa/client: enable for ipa in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
07dcdf1024
commit
006b2246b1
2 changed files with 2 additions and 6 deletions
|
@ -10,8 +10,7 @@ custom_rules: [
|
|||
'-A INPUT -p udp -m udp -s 10.5.0.0/16 --dport 53 -j ACCEPT'
|
||||
]
|
||||
|
||||
fas_client_groups: sysadmin-main,sysadmin-accounts
|
||||
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: ipa
|
||||
ipa_host_group_desc: IPA service
|
||||
ipa_client_shell_groups:
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
- nagios_client
|
||||
- collectd/base
|
||||
- hosts
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- { role: ipa/client, when: env == "staging" }
|
||||
- ipa/client
|
||||
- rsyncd
|
||||
- sudo
|
||||
- { role: openvpn/client,
|
||||
|
@ -27,8 +26,6 @@
|
|||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != 'staging'
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue