mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-16 21:29:11 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -65,7 +65,7 @@ RETURN = '''
|
|||
dest:
|
||||
description: destination file/path
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "/etc/network/interfaces"
|
||||
ifaces:
|
||||
description: interfaces dictionary
|
||||
|
@ -75,27 +75,27 @@ ifaces:
|
|||
ifaces:
|
||||
description: interface dictionary
|
||||
returned: success
|
||||
type: dictionary
|
||||
type: dict
|
||||
contains:
|
||||
eth0:
|
||||
description: Name of the interface
|
||||
returned: success
|
||||
type: dictionary
|
||||
type: dict
|
||||
contains:
|
||||
address_family:
|
||||
description: interface address family
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "inet"
|
||||
method:
|
||||
description: interface method
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "manual"
|
||||
mtu:
|
||||
description: other options, all values returned as strings
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: "1500"
|
||||
pre-up:
|
||||
description: list of C(pre-up) scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue