mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
ef6e673d84
commit
01101885b0
@ -19,4 +19,11 @@
|
||||
msg: "var is {{ app_path }}"
|
||||
- name: Set ruleset
|
||||
command: nvram set vts_rulelist={{ app_path }}
|
||||
when: inventory_hostname in groups['router']
|
||||
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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user