2019-03-18 16:13:20 +00:00
|
|
|
---
|
2021-03-22 10:11:01 +00:00
|
|
|
# Root password
|
|
|
|
bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
|
|
|
|
# Consul encryption key
|
|
|
|
bootstrap__consul_encryption_key: '{{lookup("passwordstore", "services/consul/encryption-key")}}'
|
2019-03-18 16:13:20 +00:00
|
|
|
|
|
|
|
# CloudFlare Origin certificates
|
2019-11-12 22:43:52 +00:00
|
|
|
origin_certs:
|
|
|
|
- domain: 'status.im'
|
|
|
|
crt: '{{lookup("passwordstore", "cloud/Cloudflare/status.im/origin.crt returnall=true")}}'
|
|
|
|
key: '{{lookup("passwordstore", "cloud/Cloudflare/status.im/origin.key returnall=true")}}'
|
|
|
|
default: true
|
2019-03-18 16:13:20 +00:00
|
|
|
|
2021-03-25 12:03:16 +00:00
|
|
|
# Add a swap file to avoid memory issues when syncing
|
|
|
|
swap_file_size_mb: 1024
|
|
|
|
|
2021-03-22 10:11:01 +00:00
|
|
|
# general container config
|
|
|
|
cont_state: started
|
|
|
|
cont_recreate: false
|
|
|
|
cont_restart: false
|