--- - 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