mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-30 14:41:20 +00:00
9 lines
201 B
YAML
9 lines
201 B
YAML
|
---
|
||
|
|
||
|
#variable "service" is required
|
||
|
|
||
|
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}:tag_Environment_{{ lookup('env','TF_VAR_TESTNET_NAME') | regex_replace('-','_') }}"
|
||
|
roles:
|
||
|
- jsonconfig
|
||
|
|