Create generic rule for simple nginx reverse proxy

This commit is contained in:
Thomas Kleinendorst 2024-04-28 15:13:05 +02:00
parent a84542a786
commit 131991ec22
7 changed files with 62 additions and 53 deletions

View file

@ -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: