Include secrets in env
This commit is contained in:
parent
8ead2bc0fe
commit
1e097b9f94
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@
|
|||
lxc.net.1.veth.pair = veth_sshpipper
|
||||
lxc.net.1.ipv4.address = 169.254.42.1/30
|
||||
|
||||
lxc.environment = ADLIN_SHARED_SECRET={{ adlin_shared_secret }}
|
||||
lxc.environment = MYSQL_HOST=tcp({{ mysql_endpoint.host }}:{{ mysql_endpoint.port}})
|
||||
lxc.environment = MYSQL_USER={{ mysql_maatma.username }}
|
||||
lxc.environment = MYSQL_PASSWORD={{ mysql_maatma.password }}
|
||||
lxc.environment = MYSQL_DATABASE={{ mysql_maatma.database }}
|
||||
|
||||
lxc.sysctl.net.ipv6.conf.eth0.autoconf = 0
|
||||
lxc.sysctl.net.ipv6.conf.all.forwarding = 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue