netapp.aws.aws_netapp_cvs_active_directory module – NetApp AWS CloudVolumes Service Manage Active Directory.
Note
This module is part of the netapp.aws collection (version 21.7.1).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install netapp.aws
.
To use it in a playbook, specify: netapp.aws.aws_netapp_cvs_active_directory
.
Note
The netapp.aws collection is considered unmaintained and will be removed from Ansible 10. See the discussion thread for more information.
New in netapp.aws 2.9.0
Synopsis
Create, Update, Delete ActiveDirectory on AWS Cloud Volumes Service.
Parameters
Parameter |
Comments |
---|---|
The access key to authenticate with the AWSCVS Web Services Proxy or Embedded Web Services API. |
|
The url to the AWSCVS Web Services Proxy or Embedded Web Services API. |
|
DNS server address for the Active Directory domain Required when Required when |
|
Name of the Active Directory domain |
|
Enable or disable a new feature. This can be used to enable an experimental feature or disable a new feature that breaks backward compatibility. Supported keys and values are subject to change without notice. Unknown keys are ignored. trace_apis can be set to true to enable tracing, data is written to /tmp/um_apis.log. |
|
NetBIOS name of the server. |
|
Password of the Active Directory domain administrator Required when |
|
The region to which the Active Directory credentials are associated. |
|
The secret_key to authenticate with the AWSCVS Web Services Proxy or Embedded Web Services API. |
|
Whether the specified ActiveDirectory should exist or not. Choices:
|
|
Username of the Active Directory domain administrator |
|
Should https certificates be validated? Choices:
|
Notes
Note
The modules prefixed with aws\_cvs\_netapp are built to Manage AWS Cloud Volumes Service .
Examples
- name: Create Active Directory
aws_netapp_cvs_active_directory.py:
state: present
region: us-east-1
DNS: 101.102.103.123
domain: mydomain.com
password: netapp1!
netBIOS: testing
username: user1
api_url : My_CVS_Hostname
api_key: My_API_Key
secret_key : My_Secret_Key
- name: Update Active Directory
aws_netapp_cvs_active_directory.py:
state: present
region: us-east-1
DNS: 101.102.103.123
domain: mydomain.com
password: netapp2!
netBIOS: testingBIOS
username: user2
api_url : My_CVS_Hostname
api_key: My_API_Key
secret_key : My_Secret_Key
- name: Delete Active Directory
aws_netapp_cvs_active_directory.py:
state: absent
region: us-east-1
domain: mydomain.com
api_url : My_CVS_Hostname
api_key: My_API_Key
secret_key : My_Secret_Key