updated info, added funding
This commit is contained in:
parent
d37973efb8
commit
0ea98de23e
|
|
@ -0,0 +1,3 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
patreon: ansibleguy
|
||||
|
|
@ -38,6 +38,9 @@
|
|||
* all Characters except "0-9a-zA-Z." are removed
|
||||
* the file-extension (_crt/chain.crt/key/csr_) will be appended
|
||||
|
||||
|
||||
* **Warning:** Not every setting/variable you provide will be checked for validity. Bad config might break the role!
|
||||
|
||||
## Requirements
|
||||
|
||||
* Community collection: ```ansible-galaxy install -r requirements.yml```
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
le_path: "{{ CERT_CONFIG.letsencrypt.path }}/live/{{ name }}"
|
||||
loop_control:
|
||||
loop_var: cert_item
|
||||
no_log: true
|
||||
with_dict: "{{ CERT_CONFIG.letsencrypt.certs }}"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue