- ---
- # tasks/Ubuntu/dashboard.yml: Deployment of the Uchiwa dashboard
- # Specific to Ubuntu
- - include_vars: "{{ ansible_distribution }}.yml"
- - name: Install Uchiwa
- apt:
- name: uchiwa
- state: present
- - name: Deploy Uchiwa config
- template:
- src: uchiwa_config.json.j2
- dest: "{{ sensu_config_path }}/uchiwa.json"
- notify: restart uchiwa service
|