allow installation using pip

This commit is contained in:
Raphaël Droz
2019-09-18 17:42:37 -03:00
parent a49d4e63a1
commit 823fa52f31
5 changed files with 38 additions and 7 deletions
+8 -3
View File
@@ -27,9 +27,14 @@ 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
# Possible choices include:
# - "source" (on older OSes or if you need a specific or newer version of Certbot)
# - "pkg" (for distribution package)
# - "pip" (or "pip3")
# - False (to omit installation)
certbot_install: "pkg"
# Next 4 options only apply to certbot_install: "source"
certbot_repo: https://github.com/certbot/certbot.git
certbot_version: master
certbot_keep_updated: true