File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ delta-bastion
33
44[hipache]
55delta-hipache httpsCheckForBackend80 =false prependIncomingPort =true subDomainDepth =4
6- delta-userland domain =runnableapp.com httpsCheckForBackend80 =true prependIncomingPort =true subDomainDepth =3
6+
7+ [userland]
8+ delta-userland
79
810[mongodb]
911delta-mongo-a
@@ -138,6 +140,7 @@ shiva
138140socket-server
139141socket-server-proxy
140142swarm-manager
143+ userland
141144web
142145worker
143146
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ epsilon-bastion
33
44[hipache]
55epsilon-hipache httpsCheckForBackend80 =false prependIncomingPort =true subDomainDepth =4
6- epsilon-userland domain =runnablecloud.com httpsCheckForBackend80 =true prependIncomingPort =true subDomainDepth =3
6+
7+ [userland]
8+ epsilon-userland
79
810[mongodb]
911epsilon-mongo
@@ -132,6 +134,7 @@ shiva
132134socket-server
133135socket-server-proxy
134136swarm-manager
137+ userland
135138web
136139worker
137140
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ gamma-bastion
33
44[hipache]
55gamma-hipache httpsCheckForBackend80 =false prependIncomingPort =true subDomainDepth =4
6- gamma-userland domain =runnable.ninja httpsCheckForBackend80 =true prependIncomingPort =true subDomainDepth =3
6+
7+ [userland]
8+ gamma-userland
79
810[mongodb]
911gamma-mongo-a
@@ -138,6 +140,7 @@ shiva
138140socket-server
139141socket-server-proxy
140142swarm-manager
143+ userland
141144web
142145worker
143146
Original file line number Diff line number Diff line change @@ -174,3 +174,6 @@ navi_mongo_port: 27017
174174# local-vault
175175vault_local_port : 31836
176176vault_addr : http://127.0.0.1:{{ vault_local_port }}
177+
178+ # userland
179+ userland_host_address : " {{ hostvars[groups['userland'][0]]['ansible_default_ipv4']['address'] }}"
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ container_envs: >
3232 -e REDIS_CACERT={{ redis_ca_cert_path }}
3333 -e REDIS_IPADDRESS={{ redis_host_address }}
3434 -e REDIS_PORT={{ redis_tls_port }}
35+ -e USERLAND_IP={{ userland_host_address }}
3536 {% if navi_intercom_api_key is defined %} -e INTERCOM_API_KEY={{ navi_intercom_api_key }} {% endif %}
3637 {% if navi_intercom_app_id is defined %} -e INTERCOM_APP_ID={{ navi_intercom_app_id }} {% endif %}
3738 {% if navi_new_relic_app_name is defined %} -e NEW_RELIC_APP_NAME={{ navi_new_relic_app_name }} {% endif %}
Original file line number Diff line number Diff line change 44- hosts : mongo-navi
55- hosts : rabbitmq
66- hosts : consul
7+ - hosts : userland
78
89- hosts : navi
910 vars_files :
Original file line number Diff line number Diff line change 22
33[docks]
44
5- [hipache]
6- alpha-stage-userland-hipache domain=runnable2.net httpsCheckForBackend80=true prependIncomingPort=true subDomainDepth=3
7-
85[targets]
96localhost ansible_connection=local bastion_name=alpha-bastion
107
11- [rabbitmq]
12- delta-staging-data
13-
148[redis]
159delta-staging-data
1610
@@ -23,7 +17,6 @@ delta-staging-data
2317[stage:children]
2418dock
2519docks
26- hipache
2720rabbitmq
2821redis
2922vault
You can’t perform that action at this time.
0 commit comments