Create a new superuser via command line on the controller host. Include exact command syntax.A. See the Explanation. Explanation: 1. SSH to the controller host. 2. Activate Django shell: sudo awx-manage createsuperuser 3. Enter username, email, and password when prompted. 4. Exit the shell once done. 5. Log into the UI using the new superuser credentials to verify access.
Configure a custom logo and login message on the Automation Controller login page.
Enable and configure external logging for the Automation Controller to send logs to a remote syslog server.
After a fresh AAP install, you need to import a custom certificate for HTTPS access to the controller. Show how to do this.
You want to use your internal registry with Private Automation Hub. Show how to configure authentication to pull container images.
You are provided with a fresh Red Hat Enterprise Linux 8 server. Your task is to install Ansible Automation Platform 2.x on this system using Red Hat subscription and official repositories. Provide the complete installation process step-by-step.