ansible_cache/team-requests/kav-prefix-list/artifacts/route_map_audit.yml
2024-12-27 12:47:45 +00:00

19 lines
357 B
YAML
Executable File

---
- name: Audit device route maps
hosts: targets
gather_facts: false
connection: network_cli
roles:
- common
tasks:
- name: Collect current route maps
cisco.ios.ios_route_maps:
config:
state: gathered
register: result
- name: Print current route maps information
debug:
var: result.gathered