forked from data.coop/ansible
Fix copy-paste typos when setting hostname on gluu containers
This commit is contained in:
parent
450041c797
commit
19df47bc55
|
@ -26,6 +26,8 @@
|
||||||
- "oxtrust/lib/ext"
|
- "oxtrust/lib/ext"
|
||||||
- "oxtrust/logs"
|
- "oxtrust/logs"
|
||||||
- "shared-shibboleth-idp"
|
- "shared-shibboleth-idp"
|
||||||
|
loop_control:
|
||||||
|
loop_var: "volume"
|
||||||
|
|
||||||
- name: set up gluu
|
- name: set up gluu
|
||||||
docker_service:
|
docker_service:
|
||||||
|
@ -123,7 +125,7 @@
|
||||||
- GLUU_CONSUL_PORT=8500
|
- GLUU_CONSUL_PORT=8500
|
||||||
- GLUU_LDAP_URL=ldap:1636
|
- GLUU_LDAP_URL=ldap:1636
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${DOMAIN}:${HOST_IP}"
|
- "{{gluu.domain}}:85.235.225.231"
|
||||||
container_name: oxauth
|
container_name: oxauth
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ volume_root_folder }}/oxauth/custom/pages:/opt/gluu/jetty/oxauth/custom/pages"
|
- "{{ volume_root_folder }}/oxauth/custom/pages:/opt/gluu/jetty/oxauth/custom/pages"
|
||||||
|
@ -147,7 +149,7 @@
|
||||||
- GLUU_LDAP_URL=ldap:1636
|
- GLUU_LDAP_URL=ldap:1636
|
||||||
- GLUU_OXAUTH_BACKEND=oxauth:8080
|
- GLUU_OXAUTH_BACKEND=oxauth:8080
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${DOMAIN}:${HOST_IP}"
|
- "{{gluu.domain}}:85.235.225.231"
|
||||||
container_name: oxtrust
|
container_name: oxtrust
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ volume_root_folder }}/oxtrust/custom/pages:/opt/gluu/jetty/identity/custom/pages"
|
- "{{ volume_root_folder }}/oxtrust/custom/pages:/opt/gluu/jetty/identity/custom/pages"
|
||||||
|
@ -171,7 +173,7 @@
|
||||||
- GLUU_CONSUL_PORT=8500
|
- GLUU_CONSUL_PORT=8500
|
||||||
- GLUU_LDAP_URL=ldap:1636
|
- GLUU_LDAP_URL=ldap:1636
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${DOMAIN}:${HOST_IP}"
|
- "{{gluu.domain}}:85.235.225.231"
|
||||||
container_name: oxshibboleth
|
container_name: oxshibboleth
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ volume_root_folder }}/volumes/shared-shibboleth-idp:/opt/shared-shibboleth-idp"
|
- "{{ volume_root_folder }}/volumes/shared-shibboleth-idp:/opt/shared-shibboleth-idp"
|
||||||
|
|
Loading…
Reference in a new issue