diff options
Diffstat (limited to 'roles/letsencrypt/templates/certbot.ini.j2')
-rw-r--r-- | roles/letsencrypt/templates/certbot.ini.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/letsencrypt/templates/certbot.ini.j2 b/roles/letsencrypt/templates/certbot.ini.j2 new file mode 100644 index 0000000..71095d6 --- /dev/null +++ b/roles/letsencrypt/templates/certbot.ini.j2 @@ -0,0 +1,3 @@ +{{ ansible_managed | comment }} + +dns_digitalocean_token = {{ digitalocean_token }} |