Move ipmi scripts to mqtt
This commit is contained in:
parent
91a369110b
commit
d6abcd1451
4 changed files with 9 additions and 7 deletions
|
@ -7,6 +7,7 @@ export PASS_ARIA2="$(pass linux/aria2 | head -n 1)"
|
|||
export PASS_MPD="$(pass linux/mpd | head -n 1)"
|
||||
export PASS_MPD_ADMIN="$(pass linux/mpd-admin | head -n 1)"
|
||||
export PASS_IPMI="$(pass reekynet/idrac | head -n 1)"
|
||||
export PASS_MQTT="$(pass reekynet/mqtt.reekynet.com | head -n 1)"
|
||||
|
||||
export ME_FULLNAME="$(pass me | head -n 1)"
|
||||
export ME_ADDRESS="$(pass me | rg 'address' | cut -d' ' -f2-)"
|
||||
|
|
|
@ -11,6 +11,7 @@ export PASS_ARIA2="$PASS_ARIA2"
|
|||
export PASS_MPD="$PASS_MPD"
|
||||
export PASS_MPD_ADMIN="$PASS_MPD_ADMIN"
|
||||
export PASS_IPMI="$PASS_IPMI"
|
||||
export PASS_MQTT="$PASS_MQTT"
|
||||
|
||||
export ME_FULLNAME="$ME_FULLNAME"
|
||||
export ME_ADDRESS="$ME_ADDRESS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue