dashboard.yml 321 B

12345678910
  1. ---
  2. # tasks/dashboard.yml: Deployment of the Uchiwa dashboard
  3. - include: SmartOS/dashboard.yml
  4. when: ansible_distribution == "SmartOS"
  5. - include: Ubuntu/dashboard.yml
  6. when: ansible_distribution == "Ubuntu"
  7. - name: Ensure Uchiwa server service is running
  8. service: name=uchiwa state=started enabled=yes