mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
disable tls in elastic play, try acme in cloudinit
This commit is contained in:
@@ -135,9 +135,7 @@
|
||||
- name: Issue the initial certificate (first run only)
|
||||
ansible.builtin.shell: |
|
||||
set -o pipefail
|
||||
set -a
|
||||
source {{ elk_cloudflare_token_env_file }}
|
||||
set +a
|
||||
export $(cat "{{ elk_cloudflare_token_env_file}}" | xargs) && \
|
||||
{{ elk_lego_install_dir }}/lego \
|
||||
--accept-tos \
|
||||
--email "{{ elk_tls_acme_email }}" \
|
||||
|
||||
Reference in New Issue
Block a user