2020-08-10 23:49:09 +00:00
|
|
|
---
|
|
|
|
- name: Gather instance facts
|
|
|
|
setup:
|
|
|
|
- block:
|
|
|
|
- name: Setup dispatcher-dashboard
|
|
|
|
template:
|
|
|
|
src: index.html
|
|
|
|
dest: "/opt/dashboard/www/index.html"
|
2020-08-10 23:53:25 +00:00
|
|
|
owner: www-data
|
|
|
|
group: www-data
|
|
|
|
mode: 0644
|
2020-08-10 23:49:09 +00:00
|
|
|
tags:
|
|
|
|
- dispatcher-dashboard-config
|