Added Slave-installer.sh
Vergeet niet de Master Public key toe te voegen
This commit is contained in:
13
Slave-installer.sh
Normal file
13
Slave-installer.sh
Normal file
@@ -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 <MasterServerKey>' /root/.ssh/authorized_keys
|
||||
Reference in New Issue
Block a user