✨: automate acme.sh certificate issue
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m20s
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m20s
This commit is contained in:
@@ -41,5 +41,14 @@
|
||||
mode: 'u+rwx,g+rs,o-rwx'
|
||||
state: directory
|
||||
|
||||
- name: Flush handlers
|
||||
ansible.builtin.meta: flush_handlers
|
||||
|
||||
- name: Include acme auto cert
|
||||
ansible.builtin.include_tasks: acme.yml
|
||||
loop: "{{ web_hostname | rejectattr('acme_unmanaged', 'defined') }}"
|
||||
loop_control:
|
||||
loop_var: "host"
|
||||
|
||||
- name: Include vhosts
|
||||
ansible.builtin.include_tasks: vhosts.yml
|
||||
|
Reference in New Issue
Block a user