certgetter: do not include fas_client or 2fa in stg for now.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-07-24 15:48:47 -07:00
parent 410c81e91c
commit 2d95e93d1d

View file

@ -15,7 +15,7 @@
- rkhunter
- nagios_client
- hosts
- fas_client
- { role: fas_client, when: env != "staging" }
- rsyncd
- sudo
- apache
@ -27,6 +27,7 @@
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != "staging"
- import_tasks: "{{ tasks_path }}/motd.yml"
- name: make sure certbot is installed