mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-09-13 17:41:10 +02:00
Merge cbde30f6d848470036e928a70224576a4fd2f289 into d35de757e01902399e685c2b344823ebc09b3372
This commit is contained in:
commit
19dcc31b9a
@ -60,6 +60,8 @@ certbot_create_standalone_stop_services:
|
|||||||
|
|
||||||
# Available options: 'package', 'snap', 'source'.
|
# Available options: 'package', 'snap', 'source'.
|
||||||
certbot_install_method: 'package'
|
certbot_install_method: 'package'
|
||||||
|
# Snap install options: 'stable', 'beta', 'edge', for more see https://snapcraft.io/docs/channels
|
||||||
|
certbot_snap_channel: 'stable'
|
||||||
|
|
||||||
# Source install configuration.
|
# Source install configuration.
|
||||||
certbot_repo: https://github.com/certbot/certbot.git
|
certbot_repo: https://github.com/certbot/certbot.git
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
snap:
|
snap:
|
||||||
name: certbot
|
name: certbot
|
||||||
classic: true
|
classic: true
|
||||||
|
channel: "{{ certbot_snap_channel }}"
|
||||||
|
|
||||||
- name: Symlink certbot into place.
|
- name: Symlink certbot into place.
|
||||||
file:
|
file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user