mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
@ -20,3 +20,10 @@
|
||||
- name: Set ruleset
|
||||
command: nvram set vts_rulelist={{ app_path }}
|
||||
when: inventory_hostname in groups['router']
|
||||
|
||||
- name: Commit ruleset
|
||||
command: nvram commit
|
||||
when: inventory_hostname in groups['router']
|
||||
- name: Commit ruleset
|
||||
command: service restart_firewall
|
||||
when: inventory_hostname in groups['router']
|
||||
|
Reference in New Issue
Block a user