feat: Initial code
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
0e18170cdf
commit
fc59b4f9a5
18 changed files with 478 additions and 1 deletions
9
ansible/roles/galene/handlers/main.yml
Normal file
9
ansible/roles/galene/handlers/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Reload systemd
|
||||
ansible.builtin.systemd_service:
|
||||
daemon_reload: true
|
||||
|
||||
- name: Restart galene
|
||||
ansible.builtin.service:
|
||||
name: galene
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue