updated info, added funding

This commit is contained in:
AnsibleGuy 2021-11-06 22:36:42 +01:00
parent d37973efb8
commit 0ea98de23e
3 changed files with 7 additions and 0 deletions

3
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,3 @@
# These are supported funding model platforms
patreon: ansibleguy

View File

@ -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```

View File

@ -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 }}"