Add docker-registry01.stg to the gluster party.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-02-24 19:00:57 +00:00
parent ba5f8484a7
commit b668cdafa5

View file

@ -32,7 +32,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: set up gluster on stg
hosts: docker-registry02.stg.phx2.fedoraproject.org
hosts: docker-registry-stg
user: root
gather_facts: True
@ -53,6 +53,7 @@
- role: gluster/client
name: gluster
servers:
- docker-registry01.stg.phx2.fedoraproject.org
- docker-registry02.stg.phx2.fedoraproject.org
username: "{{ registry_gluster_username_stg }}"
password: "{{ registry_gluster_password_stg }}"