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

@ -49,35 +49,35 @@ ansible_facts:
contains:
ip:
description: "Public IP address of a host"
type: string
type: str
sample: "8.8.8.8"
hostname:
description: Domain name
type: string
type: str
sample: "google-public-dns-a.google.com"
country:
description: ISO 3166-1 alpha-2 country code
type: string
type: str
sample: "US"
region:
description: State or province name
type: string
type: str
sample: "California"
city:
description: City name
type: string
type: str
sample: "Mountain View"
loc:
description: Latitude and Longitude of the location
type: string
type: str
sample: "37.3860,-122.0838"
org:
description: "organization's name"
type: string
type: str
sample: "AS3356 Level 3 Communications, Inc."
postal:
description: Postal code
type: string
type: str
sample: "94035"
'''
from ansible.module_utils.basic import AnsibleModule