feat: initial commit
This commit is contained in:
parent
497d564b23
commit
bea55e77bb
16 changed files with 285 additions and 93 deletions
6
tasks/network.yaml
Normal file
6
tasks/network.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
# create network
|
||||
- name: "docker create omni network"
|
||||
community.docker.docker_network:
|
||||
name: "omni"
|
||||
Loading…
Add table
Add a link
Reference in a new issue