mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-11 00:10:42 +02:00
Add certbot_cli_options to populate cli.ini
When using snap and systemd timers to run certbot renew it is useful to have the cli.ini file populated so we can define options, i.e. pre-hook, post-hook, etc.
This commit is contained in:
@@ -37,3 +37,12 @@ certbot_keep_updated: true
|
||||
|
||||
# Where to put Certbot when installing from source.
|
||||
certbot_dir: /opt/certbot
|
||||
|
||||
# Certbot global options for command line execution. Useful as a substitute for
|
||||
# certbot_auto_renew_options when using snap install method
|
||||
# certbot_cli_options: |
|
||||
# quiet
|
||||
# no-self-upgrade
|
||||
# pre-hook = systemctl stop httpd
|
||||
# post-hook = systemctl stop httpd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user