Skip to content

polkachu/rly-relayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages