From 519ad344148db04ff99cba6a8daef097c1ffdf89 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 20 Sep 2018 10:31:23 +0000 Subject: [PATCH] Added Slave-installer.sh Vergeet niet de Master Public key toe te voegen --- Slave-installer.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Slave-installer.sh diff --git a/Slave-installer.sh b/Slave-installer.sh new file mode 100644 index 0000000..7aa51c3 --- /dev/null +++ b/Slave-installer.sh @@ -0,0 +1,13 @@ +################# +#slave Installer# +################# +apt update && apt upgrade -y +#install Software +apt install cockpit-bridge cockpit-dashboard cockpit-networkmanager cockpit-storaged cockpit-system -y + + +########################### +# Remember to Set the KEY # +########################### +#add master server SSHKey +sed '$ a ' /root/.ssh/authorized_keys