Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers 2018-12-18 22:25:30 +01:00 committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -61,19 +61,19 @@ ansible_net_gather_subset:
ansible_net_model:
description: The model name returned from the device
returned: always
type: string
type: str
ansible_net_serialnum:
description: The serial number of the remote device
returned: always
type: string
type: str
ansible_net_version:
description: The operating system version running on the remote device
returned: always
type: string
type: str
ansible_net_hostname:
description: The configured hostname of the device
returned: always
type: string
type: str
# hardware
ansible_net_spacefree_mb:
@ -97,7 +97,7 @@ ansible_net_memtotal_mb:
ansible_net_config:
description: The current active config from the device
returned: when config is configured
type: string
type: str
# interfaces
ansible_net_all_ipv4_addresses: