infra-faucet/ansible/group_vars/all.yml

21 lines
608 B
YAML

---
# Root password
bootstrap__root_pass: '{{lookup("bitwarden", "root")}}'
# Consul encryption key
bootstrap__consul_encryption_key: '{{lookup("bitwarden", "consul", field="encryption-key")}}'
# CloudFlare Origin certificates
origin_certs:
- domain: 'status.im'
crt: '{{lookup("bitwarden", "Cloudflare/status.im", file="origin.crt")}}'
key: '{{lookup("bitwarden", "Cloudflare/status.im", file="origin.key")}}'
default: true
# Add a swap file to avoid memory issues when syncing
swap_file_size_mb: 1024
# general container config
cont_state: started
cont_recreate: false
cont_restart: false