Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md

This commit is contained in:
2024-07-31 23:43:32 -06:00
parent 9b9adcff03
commit a2d920de73

View File

@ -203,7 +203,7 @@ kubectl -n awx create configmap awx-kerberos-config --from-file=/awx/krb5.conf
### Create Custom DNS Host Records for Domain Controllers ### Create Custom DNS Host Records for Domain Controllers
You will need to be sure that AWX is able to resolve the FQDNs of the domain controllers for Kerberos to be happy. You will need to be sure that AWX is able to resolve the FQDNs of the domain controllers for Kerberos to be happy.
``` sh ``` sh
sudo sh -c 'echo -e "192.168.3.25 LAB-DC-01.bunny-lab.io LAB-DC-01\n192.168.3.26 LAB-DC-02.bunny-lab.io LAB-DC-02" >> /etc/hosts' sudo sh -c 'echo "192.168.3.25 LAB-DC-01.bunny-lab.io LAB-DC-01\n192.168.3.26 LAB-DC-02.bunny-lab.io LAB-DC-02" >> /etc/hosts'
``` ```
### Create an AWX Container Group ### Create an AWX Container Group