Ansible Automation Practice Test
Ansible Automation Ansible Tower and AWX 3
How do you install AWX on Kubernetes using the official deployment method?
Select your answer
A
Deploy the AWX Operator using kubectl, then create an AWX custom resource definition (CRD) to provision the AWX instance
B
Run 'ansible-playbook install.yml' from the AWX GitHub repository
C
Use helm install awx redhat/awx
D
Deploy using docker-compose with the provided docker-compose.yml
Hint