Add a non working setup for ip forwarding

This commit is contained in:
Thomas Kleinendorst 2024-04-14 10:58:41 +02:00
parent abd99b179e
commit bec00118c0
4 changed files with 104 additions and 18 deletions

View file

@ -4,3 +4,8 @@
ansible.builtin.systemd:
name: nginx.service
state: restarted
- name: Restart ufw
become: true
ansible.builtin.systemd:
name: ufw.service
state: restarted