Allow Traefik to use DNS-01 challenge to Gandi

This commit is contained in:
Jake Howard
2023-04-23 20:26:37 +01:00
parent b68cb9cd96
commit ddd6af21cf
5 changed files with 32 additions and 16 deletions

View File

@ -1,16 +1,3 @@
cloudflare_api_token: !vault |
$ANSIBLE_VAULT;1.1;AES256
34353463353334326561626566613464363537393238353437376463376135623831343634643735
6136613231333531356137326333616264663865363139630a653939343435393061666366643332
38646539666631646337396137376232373037643934356363666462333835643464613431346366
3466383231363632310a346661383838633630643236623561373962356635346162653936393562
32646530656632393133356436653365356163313961343837633138383561376237306638313362
3636373939656462613032653530643536643466363135346139
letsencrypt_email: !vault |
$ANSIBLE_VAULT;1.1;AES256
64373438363639363238333264313861316239383234633536326330333333386361646266396438
6330303063623032653066643838313931613030663931640a333839633630613936343530663666
62633331616264623932303031663130623135623566323964656162656265633863336333373538
3963303639373032620a363434643539393838303233653037383765363961373363333034343534
37663462663235613062633837373334366163636362386364356635313730363566
gandi_api_key: "{{ vault_gandi_api_key }}"
letsencrypt_email: "{{ vault_letsencrypt_email }}"
cloudflare_api_token: "{{ vault_cloudflare_api_token }}"