mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-12 05:26:28 +00:00
add missing secrets
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
35dd23be1d
commit
52b8ae8acf
15
ansible/group_vars/all.yml
Normal file
15
ansible/group_vars/all.yml
Normal 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")}}'
|
Loading…
x
Reference in New Issue
Block a user