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

This commit is contained in:
2024-07-31 23:51:30 -06:00
parent ba4c653a12
commit c098224904

View File

@ -202,7 +202,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. We will do this by adding another config file in the `/awx` directory and applying it to the deployment.
```jsx title="/awx/ad_hosts.yml"
```jsx title="/awx/custom_dns_records.yml"
apiVersion: v1
kind: ConfigMap
metadata:
@ -216,7 +216,7 @@ data:
Then we apply them with the following command:
``` sh
kubectl apply -f ad_hosts.yml
kubectl apply -f custom_dns_records.yml
```
### Create an AWX Container Group