Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 603 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 603 Bytes

Go Relayer Ansible Deployment

Design Philosophy

  1. Support rly only
  2. Make config file composable and extensible with DRY principle

Guide

First copy it to your own inventory file so you can customize it to suit your needs:

cp inventory.sample inventory

rly Installation

ansible-playbook install.yml

rly deployment

You will need to specify key_name, memo and a list of target ips in the inventory file. Examples are provided in the sample file.

ansible-playbook main.yml -e "target=mainnet"
ansible-playbook main.yml -e "target=testnet"