Create generic rule for simple nginx reverse proxy
This commit is contained in:
parent
a84542a786
commit
131991ec22
7 changed files with 62 additions and 53 deletions
|
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
- name: Restart Nginx
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: nginx.service
|
||||
state: restarted
|
||||
- name: Restart ufw
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue