playbooks: ipa/proxies: make fasClient only prod

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-07-23 12:10:21 -07:00
parent 93ea8c9830
commit 2ee56651b0
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
- rkhunter
- nagios_client
- hosts
- fas_client
- { role: fas_client, when: env != "staging" }
- rsyncd
- sudo
- { role: openvpn/client,

View file

@ -18,7 +18,7 @@
roles:
- base
- fas_client
- { role: fas_client, when: env != "staging" }
- rkhunter
- nagios_client
- { role: ec2_proxy,