0 votes
in Ansible by

What is the purpose of the Ansible Tower?

a) To store the playbook files

b) To store the inventory file

c) To provide a web-based interface for managing Ansible

d) To provide a repository for Ansible roles and collections

1 Answer

0 votes
by

Solution: c) To provide a web-based interface for managing Ansible

Explanation: Ansible Tower is a web-based interface for managing Ansible. It provides a central location for managing inventory, creating and scheduling playbooks, and monitoring infrastructure.

...