18 lines
575 B
YAML
18 lines
575 B
YAML
# code: language=ansible
|
|
|
|
certbot_rfc2136_server: '10.208.240.1'
|
|
certbot_rfc2136_key_name: 'rndc-house'
|
|
certbot_rfc2136_key_algorithm: 'hmac-sha256'
|
|
|
|
certbot_cloudflare_api_token: "{{ lookup('community.hashi_vault.vault_kv1_get', 'cloudflare/balsillie.house/dns').secret.api_token }}" # noqa yaml[line-length]
|
|
|
|
certbot_dns_propagation_seconds: 15
|
|
|
|
certbot_webserver_type: 'nginx' # 'nginx' or 'apache'
|
|
certbot_dns_plugin: 'cloudflare'
|
|
certbot_email: "certbot.dev@balsillie.email"
|
|
certbot_acme_server: "acme-v02.api.letsencrypt.org"
|
|
|
|
certbot_domains:
|
|
- repo.balsillie.house
|