14 lines
313 B
YAML
14 lines
313 B
YAML
---
|
|
- name: Gather instance facts
|
|
setup:
|
|
- block:
|
|
- name: Setup dispatcher-dashboard
|
|
template:
|
|
src: index.html
|
|
dest: "/opt/dashboard/www/index.html"
|
|
owner: www-data
|
|
group: www-data
|
|
mode: 0644
|
|
tags:
|
|
- dispatcher-dashboard-config
|