0 votes
in Ansible by

What is the purpose of the Ansible Tower API?

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

b) To provide a way to automate and integrate with Ansible Tower

c) To provide a way to install and share Ansible collections

d) To provide a way to encrypt sensitive data using Ansible Vault

1 Answer

0 votes
by

Solution: b) To provide a way to automate and integrate with Ansible Tower

Explanation: The Ansible Tower API provides a way to automate and integrate with Ansible Tower. It can be used to perform tasks such as launching jobs, managing inventory, and retrieving job results.

...