aboutsummaryrefslogtreecommitdiffstats
path: root/roles/certbot/vars
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 01:23:43 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 01:52:13 -0500
commit0261e875679f1bf63c8d689da7fc7e014597885d (patch)
tree3f19cd74a0c1070944f75437f30b098d6ef2ffcb /roles/certbot/vars
downloadselfhosted-0261e875679f1bf63c8d689da7fc7e014597885d.tar.gz
selfhosted-0261e875679f1bf63c8d689da7fc7e014597885d.zip
initial commit
Diffstat (limited to 'roles/certbot/vars')
-rw-r--r--roles/certbot/vars/main.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/certbot/vars/main.yml b/roles/certbot/vars/main.yml
new file mode 100644
index 0000000..9045602
--- /dev/null
+++ b/roles/certbot/vars/main.yml
@@ -0,0 +1,13 @@
+certificate_postcmd_path: /etc/pki/tls/certbot-post.sh
+
+certificate_postcmd_argv: >-
+ {{ certificate_postcmd_path }}
+ -o {{ certificate_owner }}
+ -m {{ '%0o' % certificate_mode }}
+ -k {{ certificate_key_path }}
+ -c {{ certificate_path }}
+ {% if certificate_hook is defined %}
+ {{ certificate_hook }}
+ {% endif %}
+
+certificate_webroot_path: /var/www/letsencrypt