Ansible awx - enable https

Hello,

i just have setup the latest version of ansible awx using the operator (before i used the docker image). Using this documentation

https://ansible.readthedocs.io/projects/awx-operator/en/latest/installation/basic-install.html

Now i am a bit stuck how i can enable a wildcard certificate of my company.
[root@awx-k3s-master ~]# kubectl get svc -l “app.kubernetes.io/managed-by=awx-operator
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
awx-demo-postgres-13 ClusterIP None 5432/TCP 4m45s
awx-demo-service NodePort 10.43.208.36 80:30695/TCP 4m9s

The service is now running on http on port 30695 but i noticed TRAEFIK is running at the https side. Is it posible to redirect or change it so the awx site is secured by the ssl certificate?

Tried tempering with nano /var/lib/rancher/k3s/server/manifests/traefik.yaml but after restart of k3s this is back reverted.

1 Like

hi i have found this readme.md file an this helped me out debugging the ssl stuff.

now it is working

1 Like