postgresql: adjust playbook to not run fas_client role or 2fa task in stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
345be768f9
commit
89befb587a
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
- fas_client
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- nagios_client
|
||||
- hosts
|
||||
- postgresql_server
|
||||
|
@ -33,6 +33,7 @@
|
|||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != "staging"
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
# TODO: add iscsi task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue