6.0 Automation
Configuration Management Tools Practice Questions
Ansible, Chef, and Puppet for network device configuration management.
One solved question, so you can see how these are marked
Which configuration management software is agentless, uses Python as its underlying architecture, and leverages SSH for pushing YAML playbooks to managed nodes?
Ansible
Ansible is agentless (uses SSH/WinRM) and uses YAML playbooks. Puppet and Chef rely on installed client agents and Ruby-based code.
Every question in the set below is marked like this. The answers stay hidden until you pick one.