playbooks: ipa/proxies: 2fa also only in prod
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7d4333cda3
commit
0eb6dae00e
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue