mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-13 11:00:06 -03:30
Add inventory.cfg download to bootstrap script
This commit is contained in:
parent
785169b934
commit
d365fab9ec
@ -5,6 +5,7 @@ sudo apt-get --yes update
|
||||
sudo apt-get --yes upgrade
|
||||
sudo apt-get --yes install ansible git screen vim
|
||||
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 rm -rf /root/.ssh
|
||||
sudo mv ~vagrant/ssh /root/.ssh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user