prepare for ipv6 deployment
This commit is contained in:
4
roles/docker_host/templates/daemon.json.j2
Normal file
4
roles/docker_host/templates/daemon.json.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"ipv6": true,
|
||||
"fixed-cidr-v6": "{{ docker_ipv6_subnet | ansible.utils.ipsubnet(80, 0) }}"
|
||||
}
|
Reference in New Issue
Block a user