Playbook für die Nextcloud Notfalleinrichtung.
This commit is contained in:
15
roles/initnextcloud/files/scripts/pingbrambel.sh
Executable file
15
roles/initnextcloud/files/scripts/pingbrambel.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
bramble=(quimby hans willie kirk brandine)
|
||||
|
||||
|
||||
for host in "${bramble[@]}"
|
||||
do
|
||||
ping -c 3 ${host}
|
||||
done
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user