aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-20 22:58:29 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-20 22:58:29 +0200
commit0653c447dd213e794d77117b01ccccec0bbae068 (patch)
tree2e4fbe70d29f4471fafd2416e4e29fe9d139ff3d /roles/letsencrypt
parentv0.0.17 (diff)
downloadinfra-ansible-0653c447dd213e794d77117b01ccccec0bbae068.tar.gz
infra-ansible-0653c447dd213e794d77117b01ccccec0bbae068.zip
add ansible_managed comment to templates
Diffstat (limited to 'roles/letsencrypt')
-rw-r--r--roles/letsencrypt/templates/certbot.ini2
-rw-r--r--roles/letsencrypt/templates/domain_list.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/roles/letsencrypt/templates/certbot.ini b/roles/letsencrypt/templates/certbot.ini
index 84dc0f8..71095d6 100644
--- a/roles/letsencrypt/templates/certbot.ini
+++ b/roles/letsencrypt/templates/certbot.ini
@@ -1 +1,3 @@
+{{ ansible_managed | comment }}
+
dns_digitalocean_token = {{ digitalocean_token }}
diff --git a/roles/letsencrypt/templates/domain_list.txt b/roles/letsencrypt/templates/domain_list.txt
index 8cd60f8..d45c7f0 100644
--- a/roles/letsencrypt/templates/domain_list.txt
+++ b/roles/letsencrypt/templates/domain_list.txt
@@ -1,3 +1,5 @@
+{{ ansible_managed | comment }}
+
{% for domain in certificate_domains %}
{{ domain }}
{% endfor %}