Skip to content
Snippets Groups Projects
Commit c2bd532e authored by void's avatar void
Browse files

Make template task more compact

parent a23ece5f
No related branches found
No related tags found
No related merge requests found
...@@ -24,27 +24,9 @@ ...@@ -24,27 +24,9 @@
with_items: with_items:
- docker-compose.yml - docker-compose.yml
- grafana.ini - grafana.ini
- provisioning/dashboards/dashboards.yml
- name: create dashboards - provisioning/dashboards/pixelflut/breakwater.json
template: - provisioning/datasources/datasources.yml
src: "provisioning/dashboards/{{ item }}"
dest: "{{ basedir }}/provisioning/dashboards/{{ item }}"
with_items:
- dashboards.yml
- name: create dashboards for pixelflut
template:
src: "provisioning/dashboards/pixelflut/{{ item }}"
dest: "{{ basedir }}/provisioning/dashboards/pixelflut/{{ item }}"
with_items:
- breakwater.json
- name: create datasources
template:
src: "provisioning/datasources/{{ item }}"
dest: "{{ basedir }}/provisioning/datasources/{{ item }}"
with_items:
- datasources.yml
- name: start grafana docker - name: start grafana docker
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment