Add a non working setup for ip forwarding
This commit is contained in:
parent
abd99b179e
commit
bec00118c0
4 changed files with 104 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue