14 lines
307 B
YAML
14 lines
307 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
|
||
|
tags:
|
||
|
- dispatcher-dashboard-config
|