update params
This commit is contained in:
parent
5f1a7d80d6
commit
40f14e2ef7
@ -16,8 +16,6 @@
|
|||||||
- name: Disable IPv6 (will be left disabled post-IPU)
|
- name: Disable IPv6 (will be left disabled post-IPU)
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
path: /etc/sysctl.conf
|
path: /etc/sysctl.conf
|
||||||
append_newline: true
|
|
||||||
prepend_newline: true
|
|
||||||
block: |
|
block: |
|
||||||
net.ipv6.conf.all.disable_ipv6 = 1
|
net.ipv6.conf.all.disable_ipv6 = 1
|
||||||
net.ipv6.conf.default.disable_ipv6 = 1
|
net.ipv6.conf.default.disable_ipv6 = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user