Few updates before move to Devuan.
This commit is contained in:
parent
4349aabc6b
commit
f407de48ec
60 changed files with 2137 additions and 175 deletions
2
etc/default/.gitignore
vendored
2
etc/default/.gitignore
vendored
|
|
@ -5,8 +5,6 @@
|
|||
/networking
|
||||
/nss
|
||||
/openipmi
|
||||
/prometheus-node-exporter
|
||||
/smartmontools
|
||||
/ssh
|
||||
/useradd
|
||||
/winbind
|
||||
|
|
|
|||
5
etc/default/prometheus-node-exporter
Normal file
5
etc/default/prometheus-node-exporter
Normal 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"
|
||||
7
etc/default/terraform-http-backend
Normal file
7
etc/default/terraform-http-backend
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue