CiscoDevNet / ansible-dcnm

Apache License 2.0
47 stars 37 forks source link

NDFC Support for login Domain #242

Closed samurato closed 1 year ago

samurato commented 1 year ago

Community Note

Description

Provide a way to define login domain that can be used to point with the TACAS or local NDFC

New or Affected modules(s):

All existing :- Handles Authentication

DCNM version

Potential ansible task config

# Copy-paste your ansible playbook
all:
  vars:
    ansible_user: "dcnm_username"
    ansible_password: "dcnm_password"
    ansible_domain: ISE <<<<<<<<<<<<<<<<<<<
    ansible_python_interpreter: python
    ansible_httpapi_validate_certs: False
    ansible_httpapi_use_ssl: True
  children:
    dcnm_controllers:
      hosts:
        192.168.2.10:
           ansible_network_os: cisco.dcnm.dcnm

References

Additional context Add any other context or screenshots about the feature request here. image

mikewiebe commented 1 year ago

Fixed in the latest release