Update: add ansible code

Ansible for installing:
Chef(host)
Cobbler
Compass
Currently only three components being on the same host is supported.

Change-Id: I1f36ee77546d3e5734a69660dde9edc41dc8ea13
This commit is contained in:
Xicheng Chang
2015-01-15 10:36:00 -08:00
parent 51ac20929b
commit 31a3c755f4
61 changed files with 1117 additions and 0 deletions

16
install/precheck.yml Normal file
View File

@@ -0,0 +1,16 @@
---
- hosts: chefnodes
sudo: True
roles:
- precheck
- hosts: cobblernodes
sudo: True
roles:
- precheck
- hosts: compassnodes
sudo: True
roles:
- precheck