mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
2-common/tasks/network.yml: Explain /etc/sysctl.conf changes
This commit is contained in:
parent
f4d9737737
commit
394c27c1a6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
mode: '0755'
|
||||
|
||||
# Ongoing rework (e.g. PR #2652) arising from ansible.posix collection changes:
|
||||
- name: Use 'sysctl' to set 5 network/kernel settings, turning off IPv6 if possible
|
||||
- name: "Use 'sysctl' to set 'kernel.core_uses_pid: 1' + 4 network settings in /etc/sysctl.conf -- e.g. disabling IPv6 (this might be overkill, as IPv6 should really only be disabled on the LAN side, i.e. br0)"
|
||||
sysctl: # Places these settings in /etc/sysctl.conf, to survive reboot
|
||||
name: "{{ item.name }}"
|
||||
value: "{{ item.value }}"
|
||||
|
|
Loading…
Reference in a new issue