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
Question
Drag and Drop Question Drag and drop the Ansible features from the left to the right. Not all features are used. Answer:
Exhibits
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
Community Discussion
No community discussion yet for this question.

