Update playbooks/newt.yml

make sure pangolin network exists
This commit is contained in:
lorentz 2026-04-06 23:21:45 -04:00
parent 4481c202a5
commit 7ae81da55a

View file

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