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