A network administrator is evaluating configuration management tools to automate network parameter deployments across enterprise switches and routers. Which of the following statements correctly describe the architectural capabilities and operational traits of Ansible? (Select TWO.)
- It operates using an agentless architecture, executing commands over SSH or NETCONF directly on target network devices.Cevap
- It uses a push model where configuration playbooks written in YAML are sent from a central control node to managed devices.Cevap
- CIt relies on a client-side agent running on target switches to periodically pull manifests over TCP port 8140.
- DIt requires Ruby-based client cookbooks to be installed locally on managed routers to process configuration recipes.
Cevap
Ansible operates using an agentless architecture over standard protocols like SSH/NETCONF, and it uses a push-based model executing YAML playbooks from a central control node.
Ansible is distinguished by its agentless operational design and push configuration model. Configurations are defined using human-readable YAML Playbooks on a central control machine and pushed directly to network devices over standard management protocols such as SSH and NETCONF.
Adım Adım Çözüm
Anahtar Kavram
Capabilities and Architectural Differences of Configuration Management Mechanisms (Ansible vs. Puppet vs. Chef)
Tahmini Süre:1m 0s