Files
ansible-en-role/example_playbooks/mainnet_with_snapshots_recovery
Igor Borodin 5d8aaa769d
Some checks failed
Release / Release (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Ansible lint (push) Has been cancelled
feat!: Expose consensus debug port, restart EN on config file change (#42)
## What 

Subj

## Why 

QoL

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Documentation comments have been added / updated.
2025-04-25 16:54:26 +02:00
..
2024-03-22 01:35:00 +01:00
fix
2024-03-22 01:47:26 +01:00

Mainnet Snapshots Recovery playbook

This directory is simple example how to set up EN using this role. It comes with snapshots recovery enabled by default.
Note that for simplicity it's using postgres database with a very unsecure password and the EN is just started on the same machine

To run this playbook, first install dependencies

 ansible-galaxy install -r requirements.yml

and then you can run the playbook using

 ansible-playbook playbook.yml -i hosts.ini -K

To see logs you can use

 docker logs en-external_node-1