Skip to content
Snippets Groups Projects
Commit 3aef12c1 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Update router spec, enable ip forwarding

parent d677976d
Branches
No related tags found
No related merge requests found
--- ---
- name: Enable IP Forwarding
ansible.posix.sysctl:
name: net.ipv4.ip_forward
value: '1'
state: present
- name: Ensure nftables runs and enabled - name: Ensure nftables runs and enabled
service: service:
name: nftables name: nftables
......
...@@ -30,4 +30,3 @@ ...@@ -30,4 +30,3 @@
- name: Setup firewall - name: Setup firewall
include_tasks: firewall.yaml include_tasks: firewall.yaml
tags: [firewall]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment