mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
10 lines
182 B
YAML
10 lines
182 B
YAML
---
|
|
|
|
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}"
|
|
vars:
|
|
testnet_name: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}"
|
|
user: root
|
|
roles:
|
|
- tendermint
|
|
- basecoin
|