diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-04 12:24:07 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-04 12:24:07 +0200 |
commit | 579ab58b48e6356954b1974f66f28abfaba5757c (patch) | |
tree | 0f4be34dbce7ea85a98023a1d06a9ae7889794ac /roles/letsencrypt/templates/certbot.ini | |
parent | import workspace role (diff) | |
download | infra-ansible-579ab58b48e6356954b1974f66f28abfaba5757c.tar.gz infra-ansible-579ab58b48e6356954b1974f66f28abfaba5757c.zip |
import letsencrypt role
Diffstat (limited to '')
-rw-r--r-- | roles/letsencrypt/templates/certbot.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/letsencrypt/templates/certbot.ini b/roles/letsencrypt/templates/certbot.ini new file mode 100644 index 0000000..84dc0f8 --- /dev/null +++ b/roles/letsencrypt/templates/certbot.ini @@ -0,0 +1 @@ +dns_digitalocean_token = {{ digitalocean_token }} |