Issue #134: Snap install method.

This commit is contained in:
Jeff Geerling
2021-01-19 10:54:42 -06:00
parent b96acd79ec
commit 0ba7078e8c
7 changed files with 77 additions and 10 deletions
+4 -3
View File
@@ -27,9 +27,10 @@ certbot_create_standalone_stop_services:
# - apache
# - varnish
# 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
# Available options: 'package', 'snap', 'source'.
certbot_install_method: 'package'
# Source install configuration.
certbot_repo: https://github.com/certbot/certbot.git
certbot_version: master
certbot_keep_updated: true