From 3ecd8738ab80136404f47000d842fdb9b7471649 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Thu, 12 Sep 2024 23:21:21 +0200 Subject: [PATCH] feat!(podman): Enable dual stack by default --- roles/podman/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/podman/defaults/main.yml b/roles/podman/defaults/main.yml index 5d1e5a9..09d3aea 100644 --- a/roles/podman/defaults/main.yml +++ b/roles/podman/defaults/main.yml @@ -14,7 +14,7 @@ podman_usernamespace_uid_amount: 2147483648 # This should not include the prefix-length, so the setting should end with "::" # NOTE: This needs the default network to be recreated. Rebooting works and so should stopping # all containers. -# podman_default_network_ipv6_prefix: "fdfc:ace7:1f7c:4ff3::" +podman_default_network_ipv6_prefix: "fdfc:ace7:1f7c:4ff3::" # Podman allows to set a timezone (--tz flag) for each container. A default can be set # in any of the containers.conf config files.