Skip to content

schmiatz/hyperbridge-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What does this Repo?

This Repo contains an ansible Playbook, that will install a Hyperbridge Node on your Ubuntu 22.04 Server.

How to use this Playbook?

Requirements:

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

Variables to declare

In the file 'group_vars/all.yml' you can change this variables:

  • system_username
  • hyperbridge_username
  • version

Examples and explanation

system_username

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

hyperbridge_username

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

version

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

In the file 'inventory.yml' you need to change this variables:

  • ansible_host

Examples and explanation

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

Run the Playbook

Execute Ansible

cd into this Repo and run the Playbook with 'ansible-playbook playbook.yml'

Check your Machine after the run

Have a look in the logs of your newly created Services with 'journalctl -fu hyperbridge-node' .

How to update my hyperbridge-node?

Just replace your 'version' variable in the 'group_vars/all.yml' file with your desired Version and run the Playbook again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages