mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 17:37:39 -02:30
Ansible 2.0
This commit is contained in:
@@ -8,14 +8,15 @@ addons:
|
||||
- node1
|
||||
|
||||
env:
|
||||
- SITE=cluster.yml
|
||||
- SITE=cluster.yml ANSIBLE_VERSION=2.0.0
|
||||
- SITE=cluster.yml ANSIBLE_VERSION=1.9.4
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
|
||||
install:
|
||||
# Install Ansible.
|
||||
- sudo -H pip install ansible
|
||||
- sudo -H pip install ansible==${ANSIBLE_VERSION}
|
||||
- sudo -H pip install netaddr
|
||||
|
||||
cache:
|
||||
|
||||
Reference in New Issue
Block a user