self-hosting/roles/tunuifranken/vars/main.yml
flyingscorpio@clevo b918e48ca3 Almost finish dns-01 letsencrypt challenge for tunuifranken.info
Account_key not set correctly, probably need to use acme_account too
2023-01-19 17:37:21 +01:00

9 lines
327 B
YAML

---
document_root: /var/www/tunuifranken.info
apache2_owner: "{{ ansible_facts['env']['USER'] }}"
apache2_group: "{{ ansible_facts['env']['USER'] }}"
server_admin: tfranken@protonmail.com
ssh_keys:
pub: "{{ vault_ssh_keys_pub }}"
priv: "{{ vault_ssh_keys_priv }}"
gandi_livedns_api_key: "{{ vault_gandi_livedns_api_key }}"