mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-11 22:18:05 +00:00
Added CCP deployment scripts
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir -p ssh
|
||||
if ! [ -f ssh/id_rsa ] ; then
|
||||
ssh-keygen -N '' -t rsa -f ssh/id_rsa && cp ssh/id_rsa.pub ssh/authorized_keys
|
||||
fi
|
||||
Reference in New Issue
Block a user