nerdexam
Network_Appliance

NS0-304 · Question #49

NS0-304 Question #49: Real Exam Question with Answer & Explanation

The correct answer is C. Install the ONTAP collection using Ansible Galaxy. 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 Ne

Question

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?

Options

  • ASet up AWS Control Tower for automation
  • BSubscribe to Ansible Automation Platform
  • CInstall the ONTAP collection using Ansible Galaxy
  • DInstall the Ansible plugin for aws_ec2 inventory

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.

Community Discussion

No community discussion yet for this question.

Full NS0-304 Practice