mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user