nerdexam
Cisco

200-301 · Question #1074

Drag and Drop Question Drag and drop the Ansible features from the left to the right. Not all features are used. Answer:

Ansible is an agentless automation tool that communicates with managed hosts using SSH by default, requiring no additional software (agents) to be installed on remote systems. It uses YAML as its language for writing playbooks and configuration files, making it human-readable and

Submitted by saadiq_pk· Mar 5, 2026Automation and Scripting / Understanding Ansible architecture and core features for IT automation and configuration management

Question

Drag and Drop Question Drag and drop the Ansible features from the left to the right. Not all features are used. Answer:

Exhibits

200-301 question #1074 exhibit 1
200-301 question #1074 exhibit 2

Options

  • Item1executes modules via SSH by default
  • Item2uses the YAML language
  • Item3uses agents to manage hosts
  • Item4pushes configurations to the client
  • Item5requires clients to pull configurations from the server
  • Item6operates without agents

Explanation

Ansible is an agentless automation tool that communicates with managed hosts using SSH by default, requiring no additional software (agents) to be installed on remote systems. It uses YAML as its language for writing playbooks and configuration files, making it human-readable and easy to learn. Ansible follows a push-based model, meaning the control node pushes configurations out to managed hosts rather than having clients pull from a server.

Topics

#Ansible#Agentless Automation#Configuration Management#Infrastructure as Code

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice