add readme

This commit is contained in:
2025-11-02 13:15:14 -08:00
parent 650b481463
commit a9681e2c94
2 changed files with 11 additions and 1 deletions

9
README.md Normal file
View File

@ -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/

View File

@ -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]