mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
playbooks: ipa/proxies: 2fa also only in prod
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != 'staging'
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
when: env != 'staging'
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
# You might think we would want these tasks_path on the proxy nodes, but they
|
||||
|
||||
Reference in New Issue
Block a user