alloy(role): pull in alloy role that works from fux (#112)
All checks were successful
/ build (push) Successful in 26s
/ Ansible Lint (push) Successful in 2m39s

Reviewed-on: #112
Reviewed-by: June <june@noreply.git.hamburg.ccc.de>
This commit is contained in:
chris 2026-07-23 20:34:02 +02:00 committed by chris
commit 900971ebe9
246 changed files with 222 additions and 19245 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