Last active
January 25, 2023 16:04
-
-
Save rohitthakur2590/2e6bc4deed05a38de3c3ee07570f729f to your computer and use it in GitHub Desktop.
network.base actio list use
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK [network.base.resource_manager : Available Network resources] ************************************************************************** | |
ok: [92.168.122.220] => { | |
"msg": { | |
"ansible_connection": "ansible.netcommon.network_cli", | |
"ansible_network_os": "cisco.ios.ios", | |
"changed": false, | |
"failed": false, | |
"modules": [ | |
"acl_interfaces", | |
"acls", | |
"bgp_address_family", | |
"bgp_global", | |
"hostname", | |
"interfaces", | |
"l2_interfaces", | |
"l3_interfaces", | |
"lacp", | |
"lacp_interfaces", | |
"lag_interfaces", | |
"lldp_global", | |
"lldp_interfaces", | |
"logging_global", | |
"ntp_global", | |
"ospf_interfaces", | |
"ospfv2", | |
"ospfv3", | |
"prefix_lists", | |
"route_maps", | |
"snmp_server", | |
"static_routes", | |
"vlans" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment