blob: 99323f82bc67f11d981cffdecd5e3a7694fd44b1 (
plain) (
tree)
|
|
---
- name: setting up buildslave configuration
# testing
hosts: all
# live
# hosts: poc-8.ethdev.com
# TODO use the right user for configuring, until credentials set, stay with default vagrant user
# remote_user: buildsalve
roles:
- buildslave
|