fix odcs playbook to not run fas_client or 2fa in staging

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-09-14 16:24:58 -07:00
parent a34afc5186
commit 5bc03b27a3

View file

@ -18,13 +18,14 @@
- rkhunter
- nagios_client
- hosts
- fas_client
- { role: fas_client, when: env != "staging" }
- rsyncd
- sudo
- collectd/base
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != "staging"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers: