Initial commit
This commit is contained in:
commit
11c3655907
6 changed files with 200 additions and 0 deletions
12
handlers/main.yml
Normal file
12
handlers/main.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
- name: reload nftables
|
||||
ansible.builtin.systemd_service:
|
||||
name: nftables
|
||||
enabled: True
|
||||
state: reloaded
|
||||
|
||||
- name: restart captive-portal
|
||||
ansible.builtin.systemd_service:
|
||||
name: captive-portal
|
||||
state: restarted
|
||||
enabled: true
|
||||
daemon_reload: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue