Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md
This commit is contained in:
@ -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
|
||||
You will need to be sure that AWX is able to resolve the FQDNs of the domain controllers for Kerberos to be happy.
|
||||
``` sh
|
||||
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'
|
||||
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'
|
||||
```
|
||||
|
||||
### Create an AWX Container Group
|
||||
|
Reference in New Issue
Block a user