352-001 · Question #409
Which option is the common primary use case for tools such as Puppet. Chef. Ansible, and Salt?
The correct answer is C. Configuration management.. Puppet, Chef, Ansible, and Salt are all configuration management tools used to automate the provisioning, configuration, and ongoing management of infrastructure at scale.
Question
Which option is the common primary use case for tools such as Puppet. Chef. Ansible, and Salt?
Options
- Anetwork function visualization
- Bpolicy assurance
- CConfiguration management.
- Dnetwork orchestration.
How the community answered
(40 responses)- A5% (2)
- B3% (1)
- C93% (37)
Why each option
Puppet, Chef, Ansible, and Salt are all configuration management tools used to automate the provisioning, configuration, and ongoing management of infrastructure at scale.
Network function virtualization (NFV) is a separate discipline involving virtualizing network appliances; these tools do not provide NFV capabilities.
Policy assurance refers to verifying that network configurations comply with defined policies - this is a distinct function handled by tools like Cisco Network Assurance Engine.
Configuration management is the primary use case for all four tools - they allow infrastructure teams to define desired system states as code, enforce those states consistently across many nodes, and track configuration drift. Each tool provides idempotent execution so that re-running a playbook or manifest produces a consistent result.
Network orchestration is a broader, higher-level discipline that coordinates multiple network services and workflows; while these tools can be part of an orchestration pipeline, orchestration is not their primary use case.
Concept tested: Configuration management tools primary use case
Source: https://docs.ansible.com/ansible/latest/index.html
Topics
Community Discussion
No community discussion yet for this question.