mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Add shutdown script
This commit is contained in:
parent
8aaa0ff997
commit
a248fc537f
6
infra/scripts/shutdown.sh
Executable file
6
infra/scripts/shutdown.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
ssh root@node0.homelab.local poweroff
|
||||
ssh root@node1.homelab.local poweroff
|
||||
ssh root@node2.homelab.local poweroff
|
||||
ssh root@node3.homelab.local poweroff
|
Loading…
Reference in New Issue
Block a user