Add setting to enable ipv6

This commit is contained in:
Tilo Spannagel
2024-03-09 19:27:50 +00:00
parent a4d5fec8bb
commit 3f03ca7f69
67 changed files with 69 additions and 0 deletions

View File

@ -57,6 +57,7 @@
- name: Ensure matrix-user-verification-service container network is created
community.general.docker_network:
enable_ipv6: "{{ matrix_ipv6_enabled }}"
name: "{{ matrix_user_verification_service_container_network }}"
driver: bridge