Update playbooks/newt.yml
make sure pangolin network exists
This commit is contained in:
parent
4481c202a5
commit
7ae81da55a
1 changed files with 6 additions and 0 deletions
|
|
@ -37,6 +37,12 @@
|
|||
state: directory
|
||||
mode: "0755"
|
||||
|
||||
- name: Ensure pangolin Docker network exists
|
||||
community.docker.docker_network:
|
||||
name: pangolin
|
||||
driver: bridge
|
||||
state: present
|
||||
|
||||
- name: Write compose.yaml
|
||||
copy:
|
||||
dest: "{{ newt_stack_dir }}/compose.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue