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 - rkhunter
- nagios_client - nagios_client
- hosts - hosts
- fas_client - { role: fas_client, when: env != "staging" }
- rsyncd - rsyncd
- sudo - sudo
- { role: openvpn/client, - { role: openvpn/client,

View file

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