Explorar el Código

Make all remaining roles respect `devture_systemd_docker_base_ipv6_enabled` and `devture_systemd_docker_base_container_networks_driver_options`

pull/4093/head
Slavi Pantaleev hace 1 año
padre
commit
44baf74b9b
Se han modificado 3 ficheros con 3 adiciones y 0 borrados
  1. +1
    -0
      roles/custom/matrix-bot-baibot/tasks/install.yml
  2. +1
    -0
      roles/custom/matrix-bridge-wechat/tasks/install.yml
  3. +1
    -0
      roles/custom/matrix-pantalaimon/tasks/install.yml

+ 1
- 0
roles/custom/matrix-bot-baibot/tasks/install.yml Ver fichero

@@ -70,6 +70,7 @@
enable_ipv6: "{{ devture_systemd_docker_base_ipv6_enabled }}"
name: "{{ matrix_bot_baibot_container_network }}"
driver: bridge
driver_options: "{{ devture_systemd_docker_base_container_networks_driver_options }}"

- name: Ensure matrix-bot-baibot.service installed
ansible.builtin.template:


+ 1
- 0
roles/custom/matrix-bridge-wechat/tasks/install.yml Ver fichero

@@ -111,6 +111,7 @@

- name: Ensure matrix-wechat container network is created
community.general.docker_network:
enable_ipv6: "{{ devture_systemd_docker_base_ipv6_enabled }}"
name: "{{ matrix_wechat_container_network }}"
driver: bridge
driver_options: "{{ devture_systemd_docker_base_container_networks_driver_options }}"


+ 1
- 0
roles/custom/matrix-pantalaimon/tasks/install.yml Ver fichero

@@ -57,6 +57,7 @@

- name: Ensure pantalaimon container network is created
community.general.docker_network:
enable_ipv6: "{{ devture_systemd_docker_base_ipv6_enabled }}"
name: "{{ matrix_pantalaimon_container_network }}"
driver: bridge
driver_options: "{{ devture_systemd_docker_base_container_networks_driver_options }}"


Cargando…
Cancelar
Guardar