QuestionQ230

Infrastructure and Automation

A development team needs a tool to automate configurations throughout the infrastructure. The tool must have these characteristics:

  • written in Python
  • uses playbooks to define intent
  • stateless
  • imperative

Which tool satisfies these requirements?

  • A Ansible
  • B Netmiko
  • C NCM
  • D Puppet
Explanation

Ansible is a Python-based, agentless automation engine that uses YAML playbooks to automate configuration. Its normal operation does not require persistent agents or stored state on managed nodes, and its playbooks run ordered tasks, supporting imperative automation workflows.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!