- Extendable to most Tendermint-based chains
- Support both mainnet and testnet
- Stable playbooks and roles; Customizable variables
- Support essential functions (snapshot, state-sync, public RPC/API endpoints) through separate playbooks
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"