this vault setup for injective sensitive variables uses the approach described in https://docs.ansible.com/ansible/10/tips_tricks/ansible_tips_tricks.html#keep-vaulted-variables-safely-visible
15 lines
373 B
YAML
15 lines
373 B
YAML
# Environment specific variables (prod)
|
|
|
|
---
|
|
docker_ipv6_index: 255
|
|
|
|
# Arrstack VPN
|
|
wg_privkey: "{{ vault_wg_privkey }}"
|
|
wg_psk: "{{ vault_wg_psk }}"
|
|
wg_addresses: "{{ vault_wg_addresses }}"
|
|
fw_vpn_input_ports: "{{ vault_fw_vpn_input_ports }}"
|
|
|
|
# Authentik GitHub OAuth
|
|
github_consumer_key: 32d5cae58d744c56fcc9
|
|
github_consumer_secret: "{{ vault_github_consumer_secret }}"
|