aboutsummaryrefslogtreecommitdiffstats
path: root/roles/certbot/vars/main.yml
blob: 904560288378810dfc66cb24dd127a75103e15ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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