Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 525 Bytes

Cosmos-based Node Ansible Setup Plus Several Supporting Playbooks

Design Philosophy

  1. Extendable to most Tendermint-based chains
  2. Support both mainnet and testnet
  3. Stable playbooks and roles; Customizable variables
  4. Support essential functions (snapshot, state-sync, public RPC/API endpoints) through separate playbooks

TL/DR

You run one playbook and set up a node.

ansible-playbook main.yml -e "target=ununifi_main"
ansible-playbook -i inventory_testnet.ini main.yml -e "target=ununifi_test"