Externalize role
This commit is contained in:
commit
33760a4e3a
11 changed files with 222 additions and 0 deletions
1
templates/etc/letsencrypt/gandi-api-keys.j2
Normal file
1
templates/etc/letsencrypt/gandi-api-keys.j2
Normal file
|
|
@ -0,0 +1 @@
|
|||
AUTH_TOKEN="{{ certbot_dns_gandi_authtoken }}"
|
||||
4
templates/etc/letsencrypt/ovh-api-keys.j2
Normal file
4
templates/etc/letsencrypt/ovh-api-keys.j2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
AUTH_ENTRYPOINT="ovh-eu"
|
||||
AUTH_APPLICATION_KEY="{{ certbot_dns_ovh_appkey }}"
|
||||
AUTH_APPLICATION_SECRET="{{ certbot_dns_ovh_appsecret }}"
|
||||
AUTH_CONSUMER_KEY="{{ certbot_dns_ovh_userkey }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue