Red Hat Certified Specialist in Ansible Automation — Question 4
What are the minimum configurations that must be made to install Ansible Tower?
Answer options
- A. You must provide a target host and set some key user passwords.
- B. You must generate an SSL certificate for the Ansible Tower web frontend.
- C. You must specify a few key user passwords.
- D. PROJECTS_ROOT must be configured.
Correct answer: D
Explanation
The correct answer is D because configuring PROJECTS_ROOT is necessary for Ansible Tower to locate and manage project files. Options A and C are related to user authentication but are not minimum requirements for installation, while option B, although important for security, is not a prerequisite for the initial installation process.