- Support rly only
- Make config file composable and extensible with DRY principle
First copy it to your own inventory file so you can customize it to suit your needs:
cp inventory.sample inventory
ansible-playbook install.yml
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"