Include secrets in env

This commit is contained in:
nemunaire 2023-03-15 22:16:58 +01:00
parent 8ead2bc0fe
commit 1e097b9f94
1 changed files with 6 additions and 0 deletions

View File

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