Easily create, update or redeploy Aleph.im Compute Resource Nodes on Ubuntu 22.04 using Ansible 🚀
- Install Ansible
- Create an
inventory.ini
file with the following format:
[compute_hosts]
username@IP domain=vm.example.org
username@IP2 domain=vm2.example.org
[compute_hosts:vars]
node_version=0.3.1
- Launch the playbook:
ansible-playbook -i inventory.ini playbook.yaml
- Add DNS records on your domain that point to the server on IPv4 (A) and IPv6 (AAAA)
Check on https://YOUR_DOMAIN
that everything works correctly 🔥
Tested successfully with:
⚠️ This is a work in progress and currently only covers basic cases.
If this doesn't work with your provider, please refer to the official documentation.