mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-06 20:11:08 +00:00
11 lines
252 B
YAML
11 lines
252 B
YAML
---
|
|
|
|
#variable "source" is required
|
|
#variable "destination" is required
|
|
|
|
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}:tag_Environment_{{ lookup('env','TF_VAR_TESTNET_NAME') | regex_replace('-','_') }}"
|
|
gather_facts: no
|
|
roles:
|
|
- setfile
|
|
|