Initial commit

This commit is contained in:
Oleksandr Didenko
2016-06-14 18:21:56 +02:00
commit 7e08800876
6 changed files with 104 additions and 0 deletions

12
bootstrap-master.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
echo master > /var/tmp/role
sudo apt-get --yes update
sudo apt-get --yes upgrade
sudo apt-get --yes install ansible git screen
sudo git clone https://github.com/kubespray/kargo /root/kargo
sudo rm -rf /root/.ssh
sudo mv ~vagrant/ssh /root/.ssh
sudo chown -R root: /root/.ssh