diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-23 00:42:43 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-23 00:42:43 +0200 |
| commit | ff4eb129eea3f3743f82e5f1f7858d43625dba3d (patch) | |
| tree | c737e5354cb0622f28db6565c3dfea445e389b06 /roles/hostname/tasks/main.yml | |
| parent | f7c8bd8143d6bc1e5b55bfd9591101ed41651d25 (diff) | |
Disable ipv6 completely and remove related code
Co-Authored-By: Claude.ai
Diffstat (limited to 'roles/hostname/tasks/main.yml')
| -rw-r--r-- | roles/hostname/tasks/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/hostname/tasks/main.yml b/roles/hostname/tasks/main.yml index b6dc2cc1..5b502ec0 100644 --- a/roles/hostname/tasks/main.yml +++ b/roles/hostname/tasks/main.yml @@ -16,7 +16,4 @@ content: | 127.0.0.1 localhost 127.0.1.1 {{ hostname }} - ::1 localhost ip6-localhost ip6-loopback - ff02::1 ip6-allnodes - ff02::2 ip6-allrouters when: hostname is defined |
