Put 2fa client stuff on composer.stg.

This commit is contained in:
Ralph Bean 2014-10-27 19:24:12 +00:00
parent 365fb55025
commit bc19edf0a6

View file

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