Ansible role that deploys, maintains, and updates Dashboard.
Go to file
meaz 235f561275 Merge pull request 'dashboard_dir' (#4) from dashboard_dir into main
Reviewed-on: #4
2021-07-16 08:40:37 +00:00
Playbooks first commit 2021-05-11 22:30:26 +02:00
defaults Better responsiveness (#3) 2021-07-14 08:10:13 +00:00
files/assets first commit 2021-05-11 22:30:26 +02:00
tasks fix non existing dir when icons chose instead of fontawesome 2021-07-15 10:29:37 +02:00
templates Better responsiveness (#3) 2021-07-14 08:10:13 +00:00
.gitignore Better responsiveness (#3) 2021-07-14 08:10:13 +00:00
LICENSE first commit 2021-05-11 22:30:26 +02:00
README.md fix readme 2021-07-15 10:30:13 +02:00
Vagrantfile first commit 2021-05-11 22:30:26 +02:00

README.md

Dashboard - Ansible Role

This role covers deployment and configuration of Dashboard. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

You can deploy test instance using Vagrantfile attached to the role.

vagrant up

ansible-playbook -b Playbooks/dashboard.yml

Then you can access dashboard from your computer on http://192.168.33.49

Playbook

The playbook includes nginx role and deploys entire stack needed to run Dashboard. Additional role is also available in the Ansible roles repos in git.

CHANGELOG

  • 14.04.2021 - Vagrant deployment
    • Make the role deployadable on vagrant
    • Update readme
    • Add licence