feat: Initial release
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ac41069e13
commit
0386c756b9
7 changed files with 151 additions and 2 deletions
14
handlers/main.yml
Normal file
14
handlers/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: Reload systemd
|
||||
ansible.builtin.systemd_service:
|
||||
daemon_reload: true
|
||||
|
||||
- name: Restart navidrome
|
||||
ansible.builtin.service:
|
||||
name: navidrome
|
||||
state: restarted
|
||||
|
||||
- name: Save iptables
|
||||
ansible.builtin.command:
|
||||
cmd: netfilter-persistent save
|
||||
changed_when: true
|
Loading…
Add table
Add a link
Reference in a new issue