mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-18 05:01:21 -03:30
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
|
|
|