feat: decom docker network

This commit is contained in:
Simon Cornet 2025-09-25 15:03:50 +02:00
commit 1b804e1b66
3 changed files with 1 additions and 11 deletions

View file

@ -1,9 +1,5 @@
---
# create network
- name: "create network"
ansible.builtin.import_tasks: "network.yaml"
# install omni
- name: "install omni"
ansible.builtin.import_tasks: "omni.yaml"

View file

@ -1,6 +0,0 @@
---
# create network
- name: "docker create omni network"
community.docker.docker_network:
name: "omni"

View file

@ -46,7 +46,7 @@
restart_policy: "unless-stopped"
network_mode: "host"
networks:
- name: "omni"
- name: "bridge"
capabilities:
- "NET_ADMIN"