wwt.ansible_dnac.geo (1.1.6) — lookup

resolve an address to latitude and longitude

| "added in version" 2.9 of wwt.ansible_dnac"

Authors: Jeff Andiorio (@jandiorio) <jandiorio(at)gmail.com>

Install collection

Install with ansible-galaxy collection install wwt.ansible_dnac:==1.1.6


Add to requirements.yml

  collections:
    - name: wwt.ansible_dnac
      version: 1.1.6

Description

Allows you to obtain the latitude and longitude for a given address

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- debug: msg="{{ lookup('geo','mullica hill, nj') }} is the lat long for Mullica Hill"

Inputs

    
address:
    description: address to resolve
    required: true

Outputs

_list:
  description:
  - latitude and longitude of the provided address
  type: list