ipa/client: enable for sundries in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
6c5b779488
commit
c0a7ba202b
2 changed files with 2 additions and 7 deletions
|
@ -8,7 +8,6 @@ num_cpus: 2
|
|||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80, 873 ]
|
||||
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-veteran,sysadmin-releng
|
||||
|
||||
# This gets overridden by whichever node we want to run special cronjobs.
|
||||
master_sundries_node: False
|
||||
|
@ -21,8 +20,7 @@ rsync_group: sundries
|
|||
nrpe_procs_warn: 300
|
||||
nrpe_procs_crit: 500
|
||||
|
||||
sudoers: "{{ private }}/files/sudo/sundries-sudoers"
|
||||
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: sundries
|
||||
ipa_host_group_desc: Odds and ends
|
||||
ipa_client_shell_groups:
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
- rkhunter
|
||||
- nagios_client
|
||||
- hosts
|
||||
- { role: ipa/client, when: env == "staging" }
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- ipa/client
|
||||
- collectd/base
|
||||
- mod_wsgi
|
||||
- geoip
|
||||
|
@ -79,8 +78,6 @@
|
|||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != "staging"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
- import_tasks: "{{ tasks_path }}/reg-server.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue