- ---
- # tasks/dashboard.yml: Deployment of the Uchiwa dashboard
- - name: Include ansible_distribution vars
- include_tasks: "{{ role_path }}/tasks/{{ ansible_distribution }}/dashboard.yml"
- tags: dashboard
- - name: Ensure Uchiwa/Sensu Enterprise Dashboard server service is running
- tags: dashboard
- service:
- name: "{{ uchiwa_service_name if not se_enterprise else sensu_enterprise_dashboard_service_name }}"
- state: started
- enabled: yes
|