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:
- 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.
hosts: composers-stg
user: root
@ -76,5 +76,8 @@
roles:
- fas_client
tasks:
- include: "{{ tasks }}/2fa_client.yml"
handlers:
- include: "{{ handlers }}/restart_services.yml"