Skip to content

Deploy an Aleph.im compute resource node with Ansible

Notifications You must be signed in to change notification settings

RezaRahemtola/aleph-compute-node-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Aleph.im CRNs with Ansible 💻

Easily create, update or redeploy Aleph.im Compute Resource Nodes on Ubuntu 22.04 using Ansible 🚀

Getting started ✨

[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.

About

Deploy an Aleph.im compute resource node with Ansible

Topics

Resources

Stars

Watchers

Forks