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
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View file

@ -61,25 +61,25 @@ 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
# config
ansible_net_config:
description: The current active config from the device
returned: when config is configured
type: string
type: str
# interfaces
ansible_net_interfaces: