First release
This commit is contained in:
parent
3a5194e45e
commit
5b8aa56d0f
4 changed files with 86 additions and 0 deletions
4
defaults/main.yml
Normal file
4
defaults/main.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
lego_base_url: "https://github.com/go-acme/lego"
|
||||
lego_dl_url: "{{ lego_base_url }}/releases/download"
|
||||
lego_file: "lego_v{{ lego_ver.stdout }}_{{ ansible_system | lower }}_{{ ansible_machine | regex_replace('x86_64','amd64') }}.tar.gz"
|
||||
Loading…
Add table
Add a link
Reference in a new issue