Switch to ansible-2.1
This commit is contained in:
parent
943edb6dd2
commit
8d8622bbb9
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ echo master > /var/tmp/role
|
||||||
# Packages
|
# Packages
|
||||||
sudo apt-get --yes update
|
sudo apt-get --yes update
|
||||||
sudo apt-get --yes upgrade
|
sudo apt-get --yes upgrade
|
||||||
sudo apt-get --yes install ansible git screen vim telnet tcpdump python-setuptools gcc python-dev python-pip libssl-dev libffi-dev software-properties-common
|
sudo apt-get --yes install git screen vim telnet tcpdump python-setuptools gcc python-dev python-pip libssl-dev libffi-dev software-properties-common
|
||||||
|
|
||||||
|
# Get ansible-2.1+, vanilla ubuntu-16.04 ansible (2.0.0.2) is broken due to https://github.com/ansible/ansible/issues/13876
|
||||||
|
sudo sh -c 'apt-add-repository -y ppa:ansible/ansible;apt-get update;apt-get install -y ansible'
|
||||||
|
|
||||||
# Kargo-cli
|
# Kargo-cli
|
||||||
sudo git clone https://github.com/kubespray/kargo-cli.git /root/kargo-cli
|
sudo git clone https://github.com/kubespray/kargo-cli.git /root/kargo-cli
|
||||||
|
|
Loading…
Reference in a new issue