How to install AWX to the latest version and perform HTTPS configuration?
Hi Marek,
This is the best place to start: ansible/awx-operator: An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. (github.com)
I would advise using a proper Kubernetes cluster rather than Minikube as it will enable you to scale-up.
Good luck,
Andrew
Which cluster do you recommend? How to set up HTTPS?
I would recommend you use https://github.com/kurokobo/awx-on-k3s. It runs on K3s, is very well documented and provides HTTPS support. The latest release now supports ACME-style certificates, in addition to self-signed ones.
HTH,
Vincent
Which Ingress/LB do people recommend?
My team insists on Metallb however I also have some home/test VMs and always like to experiment.
We’re using Metallb with Kubernetes Cluster and Rancher over OpenStack VMs, no issues so far.
https://github.com/kurokobo/awx-on-k3s
Is this solution safe?
Free from malicious code?
Can it be used in a company?
How can additional collections be installed so that he can use AWX, e.g.
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/add_host_module.html
I am using the project: https://github.com/kurokobo/awx-on-k3s
How to install it all, step by step. Unfortunately, the official installation of https://github.com/ansible/awx/blob/devel/INSTALL.md is hardly understandable.
Hi Marek,
Have you looked at this part of the awx-operator guide? https://github.com/ansible/awx-operator#network-and-tls-configuration
Let us know that is helpful, or if you have further questions.
Seth