playbooks: ipa/proxies: 2fa also only in prod

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-07-23 12:30:44 -07:00
parent 7d4333cda3
commit 0eb6dae00e
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@
tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
when: env != 'staging'
- import_tasks: "{{ tasks_path }}/motd.yml"
handlers:

View file

@ -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