diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0f6009 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +This Ansible Role will set up a Matt-Cloud host as a SSD health monitoring platform. + +When the GUI is not installed, the terminal will auto login and show the information for the currently attached drives + +The data is also stored locally and can be viewed on a web dashboard at port 8088. + +When deployed with Matt-Cloud Jenkins there is a Chromium kiosk option that will allow this web dashboard to be deployed as a local kiosk. + +https://jenkins.matt-cloud.com/job/Projects/job/SSD%20Health%20Checker/ \ No newline at end of file diff --git a/templates/drive_index.service b/templates/drive_index.service index a2484ab..5ddb9c4 100644 --- a/templates/drive_index.service +++ b/templates/drive_index.service @@ -1,6 +1,7 @@ [Unit] -Description={{ service_name }} API +Description={{ service_name }} +git remote add origin git@gitea.matt-cloud.com:matt/ssd_health.gitAPI After=network.target [Service]