Few updates before move to Devuan.

This commit is contained in:
Darren 'Tadgy' Austin 2026-02-19 14:00:03 +00:00
commit f407de48ec
60 changed files with 2137 additions and 175 deletions

View file

@ -5,8 +5,6 @@
/networking
/nss
/openipmi
/prometheus-node-exporter
/smartmontools
/ssh
/useradd
/winbind

View file

@ -0,0 +1,5 @@
# Set the command-line arguments to pass to the server.
# Due to shell escaping, to pass backslashes for regexes, you need to double
# them (\\d for \d). If running under systemd, you need to double them again
# (\\\\d to mean \d), and escape newlines too.
ARGS="--web.listen-address=5.101.171.215:9100"

View file

@ -0,0 +1,7 @@
TF_USER="thb"
TF_IP="5.101.171.215"
TF_PORT="25480"
TF_STORAGE_DIR="/var/lib/terraform-http-backend"
TF_AUTH_ENABLED="true"
TF_USERNAME="sysadmin"
TF_PASSWORD="sunsa"