ipa/client: enable for resultsdb in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
e3ee5d6da8
commit
d34b4ff501
2 changed files with 2 additions and 6 deletions
|
@ -13,8 +13,7 @@ num_cpus: 4
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
fas_client_groups: sysadmin-qa
|
||||
|
||||
primary_auth_source: ipa
|
||||
ipa_host_group: resultsdb
|
||||
ipa_host_group_desc: ResultsDB application servers
|
||||
ipa_client_shell_groups:
|
||||
|
|
|
@ -23,8 +23,7 @@
|
|||
- { role: rkhunter, tags: ['rkhunter'] }
|
||||
- { role: nagios_client, tags: ['nagios_client'] }
|
||||
- { role: hosts, tags: ['hosts']}
|
||||
- { role: fas_client, when: env != "staging", tags: ['fas_client'] }
|
||||
- { role: ipa/client, when: env == "staging", tags: ['ipa/client'] }
|
||||
- ipa/client
|
||||
- { role: collectd/base, tags: ['collectd_base'] }
|
||||
- { role: sudo, tags: ['sudo'] }
|
||||
- { role: openvpn/client,
|
||||
|
@ -74,8 +73,6 @@
|
|||
|
||||
tasks:
|
||||
# this is how you include other task lists
|
||||
- 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