Updated feedstack to include weatherdb and weatherapi containers
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user