
Ansible for installing: Chef(host) Cobbler Compass Currently only three components being on the same host is supported. Change-Id: I1f36ee77546d3e5734a69660dde9edc41dc8ea13
6 lines
176 B
YAML
6 lines
176 B
YAML
- include: docker-debian-precise.yml
|
|
when: ansible_distribution_major_version == '12'
|
|
|
|
- include: docker-debian-trusty.yml
|
|
when: ansible_distribution_major_version == '14'
|