ansible : add alloy role

This commit is contained in:
2026-02-24 10:35:08 +00:00
parent fc45817240
commit 9bfc5a596b
6 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Restart alloy
ansible.builtin.systemd_service:
name: "alloy.service"
state: restarted
- name: Systemd reload
ansible.builtin.systemd_service:
daemon_reload: true