forked from ISTI-ansible-roles/ansible-roles
Merge branch 'master' of adellam/ansible-roles into master
This commit is contained in:
commit
5db2a0233a
|
@ -9,6 +9,7 @@
|
|||
- net.ipv6.conf.all.disable_ipv6
|
||||
- net.ipv6.conf.default.disable_ipv6
|
||||
- net.ipv6.conf.lo.disable_ipv6
|
||||
- net.ipv6.conf.{{ ansible_default_ipv4.interface }}.disable_ipv6
|
||||
when: disable_ipv6
|
||||
|
||||
- name: enable the in kernel ipv6 support
|
||||
|
@ -17,6 +18,7 @@
|
|||
- net.ipv6.conf.all.disable_ipv6
|
||||
- net.ipv6.conf.default.disable_ipv6
|
||||
- net.ipv6.conf.lo.disable_ipv6
|
||||
- net.ipv6.conf.{{ ansible_default_ipv4.interface }}.disable_ipv6
|
||||
when: not disable_ipv6
|
||||
|
||||
- name: Set the custom sysctl values
|
||||
|
|
Loading…
Reference in New Issue