feat!: Expose consensus debug port, restart EN on config file change (#42)
Some checks failed
Release / Release (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Ansible lint (push) Has been cancelled

## 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.
This commit is contained in:
Igor Borodin
2025-04-25 16:54:26 +02:00
committed by GitHub
parent 17d9ecd1ce
commit 5d8aaa769d
6 changed files with 54 additions and 23 deletions

8
handlers/main.yml Normal file
View File

@ -0,0 +1,8 @@
---
- name: Restart external-node service
community.docker.docker_compose_v2:
project_src: "{{ configuration_directory }}"
files: "{{ docker_compose_files }}"
state: restarted
services:
- external_node