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

@ -70,6 +70,7 @@
- name: Ensure matrix-synapse-auto-compressor container network is created
community.general.docker_network:
enable_ipv6: "{{ matrix_ipv6_enabled }}"
name: "{{ matrix_synapse_auto_compressor_container_network }}"
driver: bridge