Ansible Configuration
Configure a Linux system as a Iota Node using Ansible
This is a self contained Ansible role for configuring a Linux system as a Iota Node.
Tested with ansible [core 2.13.4]
and:
- ubuntu 20.04 (linux/amd64) on bare metal
- ubuntu 22.04 (linux/amd64) on bare metal
Prerequisites and Setup
-
Install Ansible
-
Add the target host to the Ansible Inventory
-
Update the
iota_release
var in the Ansible Inventory -
Update validator.yaml and copy it to this directory.
-
Copy the genesis.blob to this directory (should be available after the Genesis ceremony).
-
Update the
keypair_path
var in the Ansible Inventory
Example use:
- Configure everything:
ansible-playbook -i inventory.yaml iota-node.yaml -e host=$inventory_name
- Software update:
TODO
Feedback Form