mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-05 19:40:44 +00:00
9 lines
196 B
YAML
9 lines
196 B
YAML
---
|
|
|
|
#variable "service" is required
|
|
|
|
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}:tag_Environment_{{ lookup('env','TF_VAR_TESTNET_NAME') | regex_replace('-','_') }}"
|
|
roles:
|
|
- start
|
|
|