#Executing Ansible playbooks using DOMAIN IDs, Is this supported now or still local IDs only?
1 messages · Page 1 of 1 (latest)
Not sure what your asking could you give me an example
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) ?
Which module?
any ansible netapp modules
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.
thanks @wary dew ... so is it possible?
current authentication methods are username/pass or cert/key authentications, its not possible for now.
thanks @fading pine - is there a doc which speaks about cert/key ?