ajout de linterface hermes + route

This commit is contained in:
alkatrazz 2026-05-12 18:01:50 +02:00
parent 5615ead566
commit 572e949ce4
5 changed files with 60 additions and 1 deletions

View file

@ -7,3 +7,8 @@
ansible.builtin.systemd:
name: hermes-agent
state: restarted
- name: Restart hermes-dashboard
ansible.builtin.systemd:
name: hermes-dashboard
state: restarted