mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 17:06:16 +00:00
rke2
This commit is contained in:
15
Ansible/Playbooks/RKE2/roles/prepare-nodes/main.yaml
Normal file
15
Ansible/Playbooks/RKE2/roles/prepare-nodes/main.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
- name: Enable IPv4 forwarding
|
||||
ansible.posix.sysctl:
|
||||
name: net.ipv4.ip_forward
|
||||
value: "1"
|
||||
state: present
|
||||
reload: true
|
||||
tags: sysctl
|
||||
|
||||
- name: Enable IPv6 forwarding
|
||||
ansible.posix.sysctl:
|
||||
name: net.ipv6.conf.all.forwarding
|
||||
value: "1"
|
||||
state: present
|
||||
reload: true
|
||||
tags: sysctl
|
Reference in New Issue
Block a user