Update nginx-proxy role to use certbot --nginx and reorder tasks for automatic renewal
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
ansible.builtin.include_tasks:
|
||||
file: install_certbot.yml
|
||||
|
||||
- name: Include Generate Certs tasks
|
||||
ansible.builtin.include_tasks:
|
||||
file: generate_certs.yml
|
||||
|
||||
- name: Include Create Vhosts tasks
|
||||
ansible.builtin.include_tasks:
|
||||
file: create_vhosts.yml
|
||||
when: bool_create_vhost | default(true)
|
||||
|
||||
- name: Include Generate Certs tasks
|
||||
ansible.builtin.include_tasks:
|
||||
file: generate_certs.yml
|
||||
|
||||
Reference in New Issue
Block a user