ipa/client: enable for resultsdb in prod

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-03-19 17:25:38 +01:00
parent e3ee5d6da8
commit d34b4ff501
2 changed files with 2 additions and 6 deletions

View file

@ -13,8 +13,7 @@ num_cpus: 4
# for systems that do not match the above - specify the same parameter in # for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file # the host_vars/$hostname file
fas_client_groups: sysadmin-qa primary_auth_source: ipa
ipa_host_group: resultsdb ipa_host_group: resultsdb
ipa_host_group_desc: ResultsDB application servers ipa_host_group_desc: ResultsDB application servers
ipa_client_shell_groups: ipa_client_shell_groups:

View file

@ -23,8 +23,7 @@
- { role: rkhunter, tags: ['rkhunter'] } - { role: rkhunter, tags: ['rkhunter'] }
- { role: nagios_client, tags: ['nagios_client'] } - { role: nagios_client, tags: ['nagios_client'] }
- { role: hosts, tags: ['hosts']} - { role: hosts, tags: ['hosts']}
- { role: fas_client, when: env != "staging", tags: ['fas_client'] } - ipa/client
- { role: ipa/client, when: env == "staging", tags: ['ipa/client'] }
- { role: collectd/base, tags: ['collectd_base'] } - { role: collectd/base, tags: ['collectd_base'] }
- { role: sudo, tags: ['sudo'] } - { role: sudo, tags: ['sudo'] }
- { role: openvpn/client, - { role: openvpn/client,
@ -74,8 +73,6 @@
tasks: tasks:
# this is how you include other task lists # this is how you include other task lists
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != "staging"
- import_tasks: "{{ tasks_path }}/motd.yml" - import_tasks: "{{ tasks_path }}/motd.yml"
handlers: handlers: