block storage init commit

This commit is contained in:
2026-03-14 23:56:48 -07:00
parent e7aabdceb4
commit 702a5e99a4
5 changed files with 55 additions and 218 deletions

View File

@ -11,6 +11,7 @@ cosmostat_packages:
- python3-venv
- lm-sensors
- jc
- smartmontools
# python venv packages
cosmostat_venv_packages: |
@ -25,6 +26,7 @@ cosmostat_venv_packages: |
# cosmostat sudoers file
cosmostat_sudoers_content: |
cosmos ALL=(root) NOPASSWD: /usr/bin/lshw
cosmos ALL=(root) NOPASSWD: /usr/sbin/smartctl
# subnet for service
docker_subnet: "192.168.37.0/24"