add missing secrets

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-03-23 10:27:22 +01:00
parent 35dd23be1d
commit 52b8ae8acf
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
# general container config
cont_state: started
cont_recreate: false
cont_restart: false
# CloudFlare Origin certificates
cloudflare_origin_crt: '{{lookup("passwordstore", "cloud/Cloudflare/origin.crt returnall=true")}}'
cloudflare_origin_key: '{{lookup("passwordstore", "cloud/Cloudflare/origin.key returnall=true")}}'
# Root password
bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
# Consul Encryption
consul_encryption_key: '{{lookup("passwordstore", "services/consul/encryption-key")}}'