ipa/client: enable for dbserver 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 e9309360a5
commit 2a5c77cbeb
2 changed files with 2 additions and 8 deletions

View File

@@ -19,8 +19,7 @@
roles:
- base
- rkhunter
- { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }
- ipa/client
- nagios_client
- hosts
- mariadb_server
@@ -31,8 +30,6 @@
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != "staging"
- import_tasks: "{{ tasks_path }}/motd.yml"
# TODO: add iscsi task

View File

@@ -23,8 +23,7 @@
roles:
- base
- rkhunter
- { role: fas_client, when: env != "staging" }
- { role: ipa/client, when: env == "staging" }
- ipa/client
- nagios_client
- hosts
- postgresql_server
@@ -33,8 +32,6 @@
- sudo
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != "staging"
- import_tasks: "{{ tasks_path }}/motd.yml"
# TODO: add iscsi task