2022-02-13 08:01:05 +00:00
|
|
|
---
|
2022-12-10 17:51:03 +00:00
|
|
|
- name: Disable IPV6
|
|
|
|
ansible.builtin.template:
|
2022-02-13 08:01:05 +00:00
|
|
|
src: 40-ipv6.j2
|
|
|
|
dest: /etc/sysctl.d/40-ipv6.conf
|
|
|
|
owner: root
|
|
|
|
group: root
|
|
|
|
mode: 0644
|
2023-08-26 14:13:33 +00:00
|
|
|
notify: Restart_sysctl
|
2022-02-13 08:40:15 +00:00
|
|
|
become: true
|