
Ansible for installing: Chef(host) Cobbler Compass Currently only three components being on the same host is supported. Change-Id: I1f36ee77546d3e5734a69660dde9edc41dc8ea13
11 lines
206 B
YAML
11 lines
206 B
YAML
---
|
|
|
|
- include: RedHat.yml
|
|
when: ansible_os_family == 'RedHat' and not dockerized
|
|
|
|
- include: Debian.yml
|
|
when: ansible_os_family == 'Debian' and not dockerized
|
|
|
|
- include: docker.yml
|
|
when: dockerized
|