value01.stg: no fas_client or 2fa in stg

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-09-02 13:07:29 -07:00
parent aca7658124
commit 0835ec7850

View file

@ -15,7 +15,7 @@
- rkhunter
- nagios_client
- hosts
- fas_client
- { role: fas_client, when: env != "staging" }
- collectd/base
- apache
- { role: fedmsg/base,
@ -38,6 +38,7 @@
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != "staging"
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers: