mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-04 23:32:55 +00:00
12 lines
272 B
YAML
12 lines
272 B
YAML
---
|
|
- 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
|