ipa/client: enable for open shift 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 6fcbc946ee
commit fd76ec07a2
2 changed files with 2 additions and 7 deletions

View file

@ -16,8 +16,7 @@
- rkhunter
- nagios_client
- hosts
- { role: fas_client, when: env != 'staging' }
- { role: ipa/client, when: env == "staging" }
- ipa/client
- collectd/base
- rsyncd
- sudo
@ -47,8 +46,6 @@
state: present
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != 'staging'
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers:

View file

@ -18,8 +18,7 @@
roles:
- base
- { role: ipa/client, when: env == "staging" }
- { role: fas_client, when: env != "staging" }
- ipa/client
- rkhunter
- nagios_client
- collectd/base
@ -27,7 +26,6 @@
- keepalived
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml"
- name: install haproxy