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:
Kevin Fenzi 2020-08-26 13:21:01 -07:00
parent 345be768f9
commit 89befb587a

View file

@ -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