mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
ipa/client: enable for dbserver in prod
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user