add missing root apss and consul encryption key

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-02-18 11:23:06 +01:00
parent 933b631739
commit 7784a4088e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,9 @@ cont_restart: false
# OAuth2 provided by Google
oauth2_proxy_port: 8090
oauth2_proxy_image: 'statusteam/oauth2-proxy:2.2.0'
# Root password
bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
# Consul Encryption
consul_encryption_key: '{{lookup("passwordstore", "services/consul/encryption-key")}}'