This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
---
|
---
|
||||||
- name: Create Loki Configuration
|
- name: Create folder structure
|
||||||
|
file:
|
||||||
|
path: "{{ item }}"
|
||||||
|
state: directory
|
||||||
|
with_items:
|
||||||
|
- "{{ data_dir }}/scrobbling"
|
||||||
|
- "{{ data_dir }}/scrobbling/koito"
|
||||||
|
- "{{ data_dir }}/scrobbling/multi-scrobbler"
|
||||||
|
|
||||||
|
- name: Create Scrobbler Configuration
|
||||||
template:
|
template:
|
||||||
src: templates/scrobbling.json.j2
|
src: templates/scrobbling.json.j2
|
||||||
dest: "{{ data_dir }}/scrobbling/multi-scrobbler/config.json"
|
dest: "{{ data_dir }}/scrobbling/multi-scrobbler/config.json"
|
||||||
@@ -10,10 +19,6 @@
|
|||||||
vars:
|
vars:
|
||||||
name: scrobbling_kotio
|
name: scrobbling_kotio
|
||||||
network_name: scrobbling
|
network_name: scrobbling
|
||||||
directories:
|
|
||||||
- "{{ data_dir }}/scrobbling"
|
|
||||||
- "{{ data_dir }}/scrobbling/koito"
|
|
||||||
- "{{ data_dir }}/scrobbling/multi-scrobbler"
|
|
||||||
networks:
|
networks:
|
||||||
- name: scrobbling
|
- name: scrobbling
|
||||||
- name: homelab
|
- name: homelab
|
||||||
|
|||||||
Reference in New Issue
Block a user