Updated feedstack to include weatherdb and weatherapi containers

This commit is contained in:
2026-03-17 16:17:06 +00:00
parent 29cac89fe8
commit 6fcdffd6c4
7 changed files with 80 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
loop:
- weatherfeeder
- weatherprocessor
- weatherapi
- nats/config
- nats/data
loop_control:
@@ -19,6 +20,12 @@
dest: "{{ docker_appdata_directory }}/weatherfeeder/config.yml"
become: true
- name: Create the weatherapi configuration file from the provided template.
template:
src: "weatherapi/config.yml.j2"
dest: "{{ docker_appdata_directory }}/weatherapi/config.yml"
become: true
- name: Create the weatherprocessor configuration file from the provided template.
template:
src: "weatherprocessor/config.yml.j2"