name |
description |
returned |
type |
sample |
ansible_net_all_ipv4_addresses |
All IPv4 addresses configured on the device
|
when interfaces is configured |
list |
|
ansible_net_all_ipv6_addresses |
All IPv6 addresses configured on the device
|
when interfaces is configured |
list |
|
ansible_net_config |
The current active config from the device
|
when config is configured |
str |
|
ansible_net_filesystems |
All file system names available on the device
|
when hardware is configured |
list |
|
ansible_net_gather_subset |
The list of fact subsets collected from the device
|
always |
list |
|
ansible_net_hostname |
The configured hostname of the device
|
always |
string |
|
ansible_net_image |
The image file the device is running
|
always |
string |
|
ansible_net_interfaces |
A hash of all interfaces running on the system
|
when interfaces is configured |
dict |
|
ansible_net_memfree_mb |
The available free memory on the remote device in Mb
|
when hardware is configured |
int |
|
ansible_net_memtotal_mb |
The total memory on the remote device in Mb
|
when hardware is configured |
int |
|
ansible_net_model |
The model name returned from the device
|
always |
str |
|
ansible_net_neighbors |
The list of LLDP neighbors from the remote device
|
when interfaces is configured |
dict |
|
ansible_net_serialnum |
The serial number of the remote device
|
always |
str |
|
ansible_net_version |
The operating system version running on the remote device
|
always |
str |
|
fan_info |
A hash of facts about fans in the remote device
|
when legacy is configured |
dict |
|
hostname |
The configured hostname of the remote device
|
when legacy is configured |
dict |
|
interfaces_list |
The list of interface names on the remote device
|
when legacy is configured |
dict |
|
kickstart |
The software version used to boot the system
|
when legacy is configured |
str |
|
module |
A hash of facts about the modules in a remote device
|
when legacy is configured |
dict |
|
platform |
The hardware platform reported by the remote device
|
when legacy is configured |
str |
|
power_supply_info |
A hash of facts about the power supplies in the remote device
|
when legacy is configured |
str |
|
vlan_list |
The list of VLAN IDs configured on the remote device
|
when legacy is configured |
list |
|