mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-04 10:11:10 -03:30
Updates to use new inventory settings
This commit is contained in:
@@ -5,7 +5,8 @@ sudo apt-get --yes update
|
|||||||
sudo apt-get --yes upgrade
|
sudo apt-get --yes upgrade
|
||||||
sudo apt-get --yes install ansible git screen vim
|
sudo apt-get --yes install ansible git screen vim
|
||||||
sudo git clone https://github.com/kubespray/kargo /root/kargo
|
sudo git clone https://github.com/kubespray/kargo /root/kargo
|
||||||
sudo wget https://raw.githubusercontent.com/adidenko/vagrant-k8s/master/kargo/inventory.cfg -O /root/kargo/inventory/inventory.cfg
|
sudo git clone https://github.com/adidenko/vagrant-k8s /root/vagrant-k8s
|
||||||
|
sudo cp -a /root/vagrant-k8s/inv /root/kargo/inv
|
||||||
|
|
||||||
sudo rm -rf /root/.ssh
|
sudo rm -rf /root/.ssh
|
||||||
sudo mv ~vagrant/ssh /root/.ssh
|
sudo mv ~vagrant/ssh /root/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user