15 lines
344 B
YAML
15 lines
344 B
YAML
---
|
|
- name: Gather instance facts
|
|
setup:
|
|
- block:
|
|
- name: Setup dispatcher-dashboard
|
|
template:
|
|
src: index.html
|
|
dest: "/opt/dashboard/www/index.html"
|
|
owner: munin
|
|
group: munin
|
|
mode: 0600
|
|
with_items: groups['frames']
|
|
tags:
|
|
- dispatcher-dashboard-config
|