ipa/client: enable for dns in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
2a5c77cbeb
commit
097a77e73c
2 changed files with 2 additions and 5 deletions
|
@ -10,8 +10,7 @@ num_cpus: 2
|
||||||
udp_ports: [ 53 ]
|
udp_ports: [ 53 ]
|
||||||
tcp_ports: [ 53 ]
|
tcp_ports: [ 53 ]
|
||||||
|
|
||||||
fas_client_groups: sysadmin-main,sysadmin-dns
|
primary_auth_source: ipa
|
||||||
|
|
||||||
ipa_host_group: dns
|
ipa_host_group: dns
|
||||||
ipa_host_group_desc: DNS servers
|
ipa_host_group_desc: DNS servers
|
||||||
ipa_client_shell_groups:
|
ipa_client_shell_groups:
|
||||||
|
|
|
@ -17,8 +17,7 @@
|
||||||
- hosts
|
- hosts
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- { role: ipa/client, when: env == "staging" }
|
- ipa/client
|
||||||
- { role: fas_client, when: env != "staging" }
|
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- collectd/bind
|
- collectd/bind
|
||||||
- rsyncd
|
- rsyncd
|
||||||
|
@ -31,7 +30,6 @@
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue