350-601 · Question #640
350-601 Question #640: Real Exam Question with Answer & Explanation
The correct answer is D: Ansible. Ansible is a configuration management tool that is easy to configure and manage. It is particularly known for its simplicity due to its use of YAML for configuration (playbooks) and its compatibility with Python for scripting and automation. Ansible is agentless, which simplifies
Question
A DevOps engineer must design a solution to push network configurations across a company infrastructure to ensure consistency. The solution must be easy to configure and manage and must support Python and YAML. Which configuration management tool meets these requirements?
Options
- AChef
- BPuppet
- CSaltStack
- DAnsible
Explanation
Ansible is a configuration management tool that is easy to configure and manage. It is particularly known for its simplicity due to its use of YAML for configuration (playbooks) and its compatibility with Python for scripting and automation. Ansible is agentless, which simplifies deployment, and it has strong community support, making it a popular choice for network configuration tasks.
Topics
Community Discussion
No community discussion yet for this question.