This Repo contains an ansible Playbook, that will install a Hyperbridge Node on your Ubuntu 22.04 Server.
To use this Playbook you need:
- ssh access to a Machine with a user that has root permissions
- ansible installed on the Machine you want to execute the Playbook from
- declare some Varibales
- system_username
- hyperbridge_username
- version
Thats the username of your Ubuntu/Debian User. If you login into your System for example with the command 'ssh hyperbridge@' your system_username is 'hyperbridge'.
system_username: hyperbridge
Thats the Name your Hyperbridge Node and its systemd service will have.
Open this website, switch to Hyperbridge and check if your desired Names arent already taken:
Telemtery Polkadot
hyperbridge_username: some-name-you-like
Thats the Version you want to run for the Hyperbridge Node.
Check whats the latest Version here GitHub Hyperbridge.
You dont need to write the 'v' of the beginning of your Version!
version: 0.3.4
- ansible_host
Thats the IP-Address of your Target Machine. Your Machine needs to be accessable using ssh with that IP.
ansible_host: 192.168.1.10
cd into this Repo and run the Playbook with 'ansible-playbook playbook.yml'
Have a look in the logs of your newly created Services with 'journalctl -fu hyperbridge-node' .
Just replace your 'version' variable in the 'group_vars/all.yml' file with your desired Version and run the Playbook again.