You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key will return the list of all the RM resources available for the platform.
This implementation doesn't affect the current functionality of the vyos_facts module and users can use the vyos_facts module in the same way as they were before.
After implementation of available_network_resources Sample Playbook:
---
- name: Get the list of available resource Modules
hosts: vyos
gather_facts: no
collections:
- vyos.vyos
tasks:
- name: Get the list of avaliable network resources for VyOS and avoid fetching resource facts
junos_facts:
gather_subset:
- '!all'
available_network_resources: true
trishnaguha
changed the title
Add ansible_network_resources key in vyos_facts module
Add available_network_resources key in vyos_facts module
Mar 25, 2021
Current behavior:
output
After implementation of available_network_resources
Sample Playbook
:Result:
The text was updated successfully, but these errors were encountered: