Xicheng Chang ca8da634be Add ansible regtest
1. add regtest scripts and allinone job
2. further jobs can be added with just conf files

Change-Id: I203bd17154a6525a9ed3605ee35598d2cb472f6f
2015-05-29 15:42:43 -07:00

19 lines
201 B
YAML

---
- hosts: chefnodes
sudo: True
roles:
- chef
- hosts: cobblernodes
sudo: True
roles:
- common
- cobbler
- hosts: compassnodes
sudo: True
roles:
- common
- compass