mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
2-common/tasks/main.yml sysctl kernel params: mention PR #2652
This commit is contained in:
parent
b8c98ced1b
commit
f5157dd98e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
- include_tasks: packages.yml
|
- include_tasks: packages.yml
|
||||||
- include_tasks: iptables.yml
|
- include_tasks: iptables.yml
|
||||||
|
|
||||||
# 2020-11-27 ongoing rework arising from ansible.posix collection changes:
|
# 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 5 network/kernel settings, turning off IPv6 if possible
|
||||||
sysctl: # Places these settings in /etc/sysctl.conf, to survive reboot
|
sysctl: # Places these settings in /etc/sysctl.conf, to survive reboot
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue