ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 14 - NS0-304 discussion

Report
Export

An administrator wants to automate the configuration of SnapMirror policies between cloud and on-premises deployments in AWS using Ansible. What must the administrator do first?

A.
Set up AWS Control Tower for automation
Answers
A.
Set up AWS Control Tower for automation
B.
Subscribe to Ansible Automation Platform
Answers
B.
Subscribe to Ansible Automation Platform
C.
Install the ONTAP collection using Ansible Galaxy
Answers
C.
Install the ONTAP collection using Ansible Galaxy
D.
Install the Ansible plugin for aws_ec2 inventory
Answers
D.
Install the Ansible plugin for aws_ec2 inventory
Suggested answer: C

Explanation:

To automate the configuration of SnapMirror policies between cloud and on-premises deployments in AWS using Ansible, the administrator needs to begin by installing the NetApp ONTAP collection from Ansible Galaxy. This collection contains modules specifically designed to manage NetApp ONTAP storage systems, including the management of SnapMirror configurations. Here are the steps to do this:

Installation of ONTAP Collection: Open your command line interface and run the command ansible-galaxy collection install netapp.ontap. This command pulls the ONTAP collection from Ansible Galaxy, which includes all necessary modules for managing NetApp ONTAP, including SnapMirror.

Configuration of Ansible Environment: Ensure that your Ansible environment is set up to connect to both your AWS environment and the on-premises NetApp ONTAP systems. This typically involves configuring the appropriate credentials and network settings in your Ansible playbooks and inventory files.

Writing Ansible Playbooks: With the ONTAP collection installed, you can now write Ansible playbooks that utilize the SnapMirror modules to automate the configuration of SnapMirror policies as required.

For further information on using the NetApp ONTAP Ansible collection, please refer to the official documentation available at: NetApp ONTAP Ansible Collection Documentation.

asked 23/09/2024
Nikita Kazanenko
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first