Skip to content

ausias-armesto/ansible-nethermind

 
 

Repository files navigation

# How to launch Gnosis Chain node with Docker Compose, Nethermind, Haproxy, Letsencrypt and Certbot

This project will automate the node creation with ansible

1. Clone this repo:

    ```bash
    $ git clone https://github.com/smariko/nethermind
    $ cd nethermind_gnosis
    $ ansible-galaxy install -r requirements-ansible.yml
    # Adjust the inventory to your environment
    $ ansible-playbook -vvv -i inventory/hosts -l [LIMIT] playbook.yml
    ```

After docker containers are created, the node will sync with the chain (may take a while).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 93.1%
  • Shell 6.9%