mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-11 05:39:03 +00:00
10 lines
176 B
YAML
10 lines
176 B
YAML
---
|
|
- name: Provision the operation system for tests
|
|
# testing
|
|
# hosts: all
|
|
# live
|
|
hosts: tag_Name_test_runner
|
|
remote_user: ubuntu
|
|
roles:
|
|
- docker
|
|
- common
|