9 lines
144 B
YAML
9 lines
144 B
YAML
|
---
|
||
|
- name: Provision the operation system for buildslave
|
||
|
# testing
|
||
|
hosts: all
|
||
|
# live
|
||
|
# hosts: poc-8.ethdev.com
|
||
|
roles:
|
||
|
- common
|