350-401 · Question #895
Ansible is being used in a network for configuration and management automation. Which of the following are true statements regarding Ansible? (Choose two.)
The correct answer is B. Utilizes the concept of playbooks to execute the configuration. D. Utilizes SSH.. Ansible is an agentless automation tool that uses SSH for secure communication with managed nodes and organizes tasks into YAML-based playbooks for configuration execution.
Question
Ansible is being used in a network for configuration and management automation. Which of the following are true statements regarding Ansible? (Choose two.)
Options
- ARequires an agent on the end device.
- BUtilizes the concept of playbooks to execute the configuration.
- CUses a pull model, where the end devices pull configuration files from the Ansible server.
- DUtilizes SSH.
How the community answered
(23 responses)- A4% (1)
- B87% (20)
- C9% (2)
Why each option
Ansible is an agentless automation tool that uses SSH for secure communication with managed nodes and organizes tasks into YAML-based playbooks for configuration execution.
Ansible is designed to be agentless, meaning it does not require any special software or agents to be installed on the end devices it manages.
Ansible utilizes playbooks, which are YAML-formatted files that define a set of tasks and configurations to be executed on remote hosts in a declarative manner.
Ansible operates on a push model, where the Ansible control node pushes configurations and commands to the managed nodes, rather than the end devices pulling them.
Ansible primarily uses SSH (Secure Shell) to communicate with and manage Linux-based network devices and servers, providing a secure and agentless connection.
Concept tested: Ansible architecture and features
Source: https://docs.ansible.com/ansible/latest/user_guide/intro_getting_started.html
Topics
Community Discussion
No community discussion yet for this question.