Update for new deployment with Caddy and docker networks
This commit is contained in:
11
ansible/roles/network/tasks/main.yaml
Normal file
11
ansible/roles/network/tasks/main.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
# Tasks for Mosquitto role
|
||||
- name: Ensure 'iot' Docker network exists
|
||||
docker_network:
|
||||
name: "{{ docker_network }}"
|
||||
state: present
|
||||
connected:
|
||||
- caddy
|
||||
- valkey
|
||||
- postgres
|
||||
appends: yes
|
||||
Reference in New Issue
Block a user