feat: initial commit
This commit is contained in:
parent
2b0b4c707b
commit
ceda2114cc
18 changed files with 364 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 pangolin network"
|
||||
community.docker.docker_network:
|
||||
name: "pangolin"
|
||||
Loading…
Add table
Add a link
Reference in a new issue