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?

By | November 19, 2022

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 unavailable on the system, and then updating all the other packages
  • B. verifying, without installing, that apache2 is unavailable and that nginx is installed, and then updating the repository to the latest version
  • C. uninstalling the apache2 server, installing the nginx server, and then updating all the packages to the latest version
  • D. installing nginx, uninstalling apache2, and then verifying that the package repository is at the latest version
Answer: Option B.
Explanation: 

No answer description available for this question.

The post 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? appeared first on Majanto.