Tag Archives: playbook

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 »

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 »