add certbot, nginx-host tasks
This commit is contained in:
5
urubamba/roles/nginx/handlers/main.yml
Normal file
5
urubamba/roles/nginx/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Reload nginx
|
||||
ansible.builtin.service:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
@@ -7,3 +7,7 @@
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
name: Nginx Full
|
||||
- name: Start nginx
|
||||
ansible.builtin.service:
|
||||
name: nginx
|
||||
state: started
|
||||
|
||||
Reference in New Issue
Block a user