mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 23:48:32 +02:00
bitwarden
This commit is contained in:
@ -17,3 +17,6 @@
|
|||||||
- name: Print the gateway for each host when defined
|
- name: Print the gateway for each host when defined
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "var is {{ app_path }}"
|
msg: "var is {{ app_path }}"
|
||||||
|
- name: Set ruleset
|
||||||
|
command: nvram set vts_rulelist={{ app_path }}
|
||||||
|
when: inventory_hostname in groups['router']
|
Reference in New Issue
Block a user