
Ansible for installing: Chef(host) Cobbler Compass Currently only three components being on the same host is supported. Change-Id: I1f36ee77546d3e5734a69660dde9edc41dc8ea13
17 lines
570 B
YAML
17 lines
570 B
YAML
---
|
|
|
|
# chef server specific environment variables
|
|
|
|
chef_server_el6_rpm: "https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-server-11.0.8-1.el6.x86_64.rpm"
|
|
# open source chef server does not support centos7/el7 yet
|
|
chef_server_el7_rpm: ""
|
|
chef_server_precise: "https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.0.8-1.ubuntu.12.04_amd64.deb"
|
|
chef_server_trusty: ""
|
|
|
|
# chef client rpm
|
|
chef_client_el6_rpm: "https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-11.8.0-1.el6.x86_64.rpm"
|
|
|
|
dockerized: False
|
|
|
|
|