Skip to content

IoDLT/symbol-ansible-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbol Network Deployment With Ansible

This repo defines some base scripts for how you can use the symbol-bootstrap tool to deploy a custom network configuration to multiple nodes to form a larger network.

Keep in mind, these only have been tested on Ubuntu 20.04 machines. In the future, we will provide support via Ansible roles for other OSes.

Usage

It's recommended that you modify inventories/prod/hosts with your specific network parameters. This way, you can specify different inventories for different networks.

In preset/, make sure to fill the contents of preset/custom_preset.yml with your preset before running.

ansible-playbook <script>.yml -i inventories/prod/hosts 

deploy.yml

This is used to initially setup a network, where dependencies are installed. It should be run only once.

run.yml

Runs symbol-bootstrap run on all machines, thereby running the nodes.

run.yml

Runs symbol-bootstrap stop on all machines, stopping any the instance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published