#Executing Ansible playbooks using DOMAIN IDs, Is this supported now or still local IDs only?

1 messages · Page 1 of 1 (latest)

placid saffron
#

Hello Ansible team,

are there any developments to use domain ID for playbook executions on NAS clusters or still its no go?

devout dew
#

Not sure what your asking could you give me an example

placid saffron
#

Hello Chris - to execute a NAS ansible module we need an account on NAS for execution right, can that be a domain ID or it has to be local ID with console (application access) ?

devout dew
#

Which module?

placid saffron
#

any ansible netapp modules

wary dew
#

I think kittuu mean the login username for any of the modules.

  netapp.ontap.na_ontap_rest_info:
      hostname: "1.2.3.4"
      **username: "DOMAIN\username"**
      password: "test-password"
      https: true```

as an example.
placid saffron
#

thanks @wary dew ... so is it possible?

fading pine
#

current authentication methods are username/pass or cert/key authentications, its not possible for now.

placid saffron
#

thanks @fading pine - is there a doc which speaks about cert/key ?