
Ansible for installing: Chef(host) Cobbler Compass Currently only three components being on the same host is supported. Change-Id: I1f36ee77546d3e5734a69660dde9edc41dc8ea13
17 lines
181 B
YAML
17 lines
181 B
YAML
---
|
|
|
|
- hosts: chefnodes
|
|
sudo: True
|
|
roles:
|
|
- precheck
|
|
|
|
- hosts: cobblernodes
|
|
sudo: True
|
|
roles:
|
|
- precheck
|
|
|
|
- hosts: compassnodes
|
|
sudo: True
|
|
roles:
|
|
- precheck
|