8 lines
152 B
YAML
8 lines
152 B
YAML
|
---
|
||
|
- name: Install eth nodes w/ json-rpc for query-testing
|
||
|
hosts: tag_Role_query_test_node
|
||
|
remote_user: ubuntu
|
||
|
roles:
|
||
|
- docker
|
||
|
- client
|