Disable expose_port for chill configuration in defaults/main.yml
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ default_chill:
|
|||||||
chill_image_tag: v0.0.1-beta
|
chill_image_tag: v0.0.1-beta
|
||||||
host: 'devpms.samusocial.be'
|
host: 'devpms.samusocial.be'
|
||||||
tls_config: self_signed
|
tls_config: self_signed
|
||||||
expose_port: 8010 # can be false, or the port number
|
expose_port: false # can be false, or the port number
|
||||||
chill_config:
|
chill_config:
|
||||||
trusted_hosts: 'devpms.samusocial.be '
|
trusted_hosts: 'devpms.samusocial.be '
|
||||||
database_host: '172.17.17.71'
|
database_host: '172.17.17.71'
|
||||||
|
|||||||
Reference in New Issue
Block a user