A network administrator is evaluating configuration management tools to streamline the provisioning of Cisco IOS XE switches across an enterprise network. Which of the following statements correctly describe the operational capabilities and characteristics of Ansible compared to Puppet and Chef? (Select TWO.)
- Ansible operates using an agentless architecture that communicates with network devices via SSH or NETCONF.Cevap
- Ansible configuration templates and playbooks are authored using human-readable YAML syntax.Cevap
- CAnsible managed nodes run a persistent background agent that periodically pulls updates over TCP port 8140.
- DAnsible uses Ruby-based Domain-Specific Language (DSL) files called recipes to enforce system states.
Cevap
Ansible uses an agentless push model communicating over SSH or NETCONF and relies on YAML-formatted playbooks.
Ansible features an agentless architecture that communicates with managed network devices using SSH or NETCONF and uses YAML formatting for defining configuration playbooks.
Adım Adım Çözüm
Anahtar Kavram
Operational characteristics and capabilities of Ansible vs. Puppet and Chef