Enable ipv6 for docker

This commit is contained in:
Tobias Reisinger 2025-04-15 13:45:43 +02:00
parent 10faf1b7f8
commit f91be452a9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 26 additions and 0 deletions
playbooks/roles/software/files

View file

@ -0,0 +1,8 @@
{
"ipv6": true,
"ip6tables": true,
"fixed-cidr-v6": "fd00:1720:170::/64",
"dns": [
"172.17.0.1"
]
}