Fix copy-paste typos when setting hostname on gluu containers

This commit is contained in:
Jesper Hess 2019-03-15 21:00:08 +01:00
parent 450041c797
commit 19df47bc55
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 5 additions and 3 deletions

View File

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