mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-26 09:26:37 +03:00
10 lines
162 B
Bash
Executable File
10 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
echo node > /var/tmp/role
|
|
|
|
# SSH
|
|
sudo rm -rf /root/.ssh
|
|
sudo mv ~vagrant/ssh /root/.ssh
|
|
sudo rm -f /root/.ssh/id_rsa*
|
|
sudo chown -R root: /root/.ssh
|
|
|