wwt.ansible_dnac.dna_center (1.1.6) — inventory

Returns Inventory from DNA Center

Authors: unknown

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

Retrieves inventory from DNA Center

Adds inventory to ansible working inventory

Inputs

    
host:
    description: FQDN of the target host
    required: true

plugin:
    choices:
    - dna_center
    description: Name of the plugin
    required: true

password:
    description: user pass for the target system
    required: true

username:
    description: user credential for target system
    required: true

validate_certs:
    choices:
    - 'yes'
    - 'no'
    description: certificate validation
    required: false

use_dnac_mgmt_int:
    choices:
    - true
    - false
    default: true
    description: map the dnac mgmt interface to `ansible_host`
    required: false