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:
parent
410c81e91c
commit
2d95e93d1d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue