mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-25 01:05:36 +02:00
added possibility to install certbot from package management
- introduces a variable certbot_from_git - adds install from package tasks - makes a variable called certbot_script available (to handle certbot vs certbot-auto naming) - fixes #18
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
||||
---
|
||||
# Where to get Certbot.
|
||||
certbot_from_git: no
|
||||
certbot_repo: https://github.com/certbot/certbot.git
|
||||
certbot_version: master
|
||||
certbot_keep_updated: yes
|
||||
|
||||
# Where to put Certbot.
|
||||
# Where to put Certbot when cloning from Git.
|
||||
certbot_dir: /opt/certbot
|
||||
|
||||
# How to keep Certbot certs up to date.
|
||||
|
||||
Reference in New Issue
Block a user