mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-11 08:11:15 +02:00
Allow skipping both Git and package install
This commit is contained in:
@@ -27,6 +27,10 @@ certbot_create_standalone_stop_services:
|
||||
# - apache
|
||||
# - varnish
|
||||
|
||||
# To install Certbot with the OS package, set this variable to `true`.
|
||||
# If you are installing from source (see below) or manually, set this to `false`.
|
||||
certbot_install_with_package: false
|
||||
|
||||
# To install from source (on older OSes or if you need a specific or newer
|
||||
# version of Certbot), set this variable to `yes` and configure other options.
|
||||
certbot_install_from_source: false
|
||||
|
||||
Reference in New Issue
Block a user