Tag Archives: Ansible

Which characteristic distinguishes Ansible from Chef?

A. Ansible uses Ruby to manage configurations. Chef uses YAML to manage configurations. B. The Ansible server can run on Linux, Unix or Windows. The Chef server must run on Linux or Unix. C. Ansible pushes the configuration to the client. Chef client pulls the configuration from the server. D. Ansible lacks redundancy support for the master server.… Read More »

What must be added after the last line of the Ansible playbook to check if the output contains “IOS-XR”?

Refer to the exhibit. What must be added after the last line of the Ansible playbook to check if the output contains “IOS-XR”? A. wait_for: result[1] contains “IOS-XR” B. wait_for: result[0] contains IOS-XR C. notify: “IOS-XR” D. wait_for_connection: Answer: Option B. Explanation:  No answer description available for this question Show AnswerDiscussion The post What must be added after… Read More »

What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)

A. Ansible playbooks are packaged and installed on IOS XE devices for automatic execution when an IOS device reboots. B. All IOS XE operating systems include Ansible playbooks for basic system administration tasks. C. It is a device-independent method for automation and can be used with any type of device or operating system. D. Ansible playbooks can be… Read More »

An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable. The code must be completed so that it can be tested. Which string completes the code?

Refer to the exhibit. An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable. The code must be completed so that it can be tested. Which string completes the code? A. present B. up C. on D. active Answer: Option A. Explanation:  Reference: https://docs.ansible.com/ansible/latest/modules/ios_vrf_module.html Show AnswerDiscussion The post An engineer creates an Ansible playbook… Read More »

A developer must check packages on web load balancers that use nginx packages. The developer updates the servers as required in Ansible inventory and prepares an Ansible playbook to automate this workflow on related servers. Which process is being automated by the Ansible playbook?

Refer to the exhibit. A developer must check packages on web load balancers that use nginx packages. The developer updates the servers as required in Ansible inventory and prepares an Ansible playbook to automate this workflow on related servers. Which process is being automated by the Ansible playbook? A. verifying that nginx is installed only if apache2 is… Read More »

An engineer must configure Cisco Nexus devices and wants to automate this workflow. The engineer enables the Cisco NXOS REST API to configure the devices by using an Ansible playbook. Before running the code, which resource must be used to verify that the code works correctly?

A. Cisco NX-OS SDK B. Cisco Learning Labs C. Cisco Code Exchange D. Cisco Modeling Labs Answer: Option A. Explanation:  No answer description available for this question. Show AnswerDiscussion The post An engineer must configure Cisco Nexus devices and wants to automate this workflow. The engineer enables the Cisco NXOS REST API to configure the devices by using… Read More »