11 lines
181 B
YAML
11 lines
181 B
YAML
|
---
|
||
|
- name: disable IPV6
|
||
|
template:
|
||
|
src: 40-ipv6.j2
|
||
|
dest: /etc/sysctl.d/40-ipv6.conf
|
||
|
owner: root
|
||
|
group: root
|
||
|
mode: 0644
|
||
|
notify: restart_sysctl
|
||
|
become: True
|