From 0ea98de23e171b8a5e20cc51d029ee895570bc20 Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 6 Nov 2021 22:36:42 +0100 Subject: [PATCH] updated info, added funding --- .github/FUNDING.yml | 3 +++ README.md | 3 +++ tasks/debian/letsencrypt/main.yml | 1 + 3 files changed, 7 insertions(+) create mode 100644 .github/FUNDING.yml 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 }}"