Ansible 2.0

This commit is contained in:
ant31
2016-01-12 17:56:29 +01:00
parent af8f394714
commit b769636435
10 changed files with 34 additions and 52 deletions

View File

@@ -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: