Put 2fa client stuff on composer.stg.
This commit is contained in:
parent
365fb55025
commit
bc19edf0a6
1 changed files with 4 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
- name: put fasClient on the staging releng systems
|
- name: put fasClient and 2fa on the staging releng systems
|
||||||
# Staging only, for debugging please.
|
# Staging only, for debugging please.
|
||||||
hosts: composers-stg
|
hosts: composers-stg
|
||||||
user: root
|
user: root
|
||||||
|
@ -76,5 +76,8 @@
|
||||||
roles:
|
roles:
|
||||||
- fas_client
|
- fas_client
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- include: "{{ tasks }}/2fa_client.yml"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue