dashboard.yml 365 B

123456789
  1. ---
  2. # tasks/dashboard.yml: Deployment of the Uchiwa dashboard
  3. - include: "{{ role_path }}/tasks/{{ ansible_distribution }}/dashboard.yml"
  4. - name: Ensure Uchiwa/Sensu Enterprise Dashboard server service is running
  5. service:
  6. name: "{{ uchiwa_service_name if not se_enterprise else sensu_enterprise_dashboard_service_name }}"
  7. state: started
  8. enabled: yes