Procházet zdrojové kódy

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 před 1 rokem
rodič
revize
44baf74b9b
3 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 }}"


Načítá se…
Zrušit
Uložit