diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..492ab85 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +patreon: ansibleguy diff --git a/README.md b/README.md index e19f898..8bc08ef 100644 --- a/README.md +++ b/README.md @@ -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``` diff --git a/tasks/debian/letsencrypt/main.yml b/tasks/debian/letsencrypt/main.yml index 5e388ac..04eaaba 100644 --- a/tasks/debian/letsencrypt/main.yml +++ b/tasks/debian/letsencrypt/main.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 }}"