alloy(role): pull in alloy role that works from fux
All checks were successful
/ build (pull_request) Successful in 32s
/ Ansible Lint (push) Successful in 2m23s
/ Ansible Lint (pull_request) Successful in 2m25s

This commit is contained in:
chris 2026-07-09 21:13:57 +02:00
commit 0b5fa03ac3
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
246 changed files with 555 additions and 19211 deletions

View file

@ -0,0 +1,31 @@
---
- name: Alloy.enabled
become: true
ansible.builtin.systemd:
name: alloy
enabled: true
- name: Alloy.restarted
become: true
ansible.builtin.systemd:
name: alloy
state: restarted
enabled: true
- name: Alloy.reloaded
become: true
ansible.builtin.systemd:
name: alloy
state: reloaded
enabled: true
- name: Systemd.daemon_reload
become: true
ansible.builtin.systemd_service:
daemon_reload: true
- name: Unpoller.restarted
become: true
ansible.builtin.systemd_service:
name: unpoller.service
state: restarted