Changes to support Hash Map for Config

This commit is contained in:
Dale McDiarmid 2015-11-24 17:32:36 +00:00
parent 4689922ad6
commit d34d5e6103
15 changed files with 65 additions and 64 deletions

View file

@ -18,6 +18,7 @@ platforms:
- apt-get update && apt-get install -y software-properties-common && add-apt-repository -y ppa:ansible/ansible
- apt-get update && apt-get -y -q install ansible python-apt python-pycurl
use_sudo: false
#run_command: "-e ENV ANSIBLE_HASH_BEHAVIOUR=merge"
- name: debian-7
driver_config:
image: electrical/debian:7.3
@ -26,12 +27,16 @@ platforms:
- echo 'deb http://http.debian.net/debian/ wheezy-backports main' >> /etc/apt/sources.list
- apt-get update
- apt-get install -y -q ansible
- apt-get install -y -q net-tools
use_sudo: false
- name: debian-8
driver_config:
image: electrical/debian:8
privileged: true
provision_command: apt-get -y -q install ansible
provision_command:
- apt-get update
- apt-get install -y -q ansible
- apt-get install -y -q net-tools
use_sudo: false
- name: centos-6
driver_config: