Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md
This commit is contained in:
@ -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
|
### 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.
|
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
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
@ -216,7 +216,7 @@ data:
|
|||||||
|
|
||||||
Then we apply them with the following command:
|
Then we apply them with the following command:
|
||||||
``` sh
|
``` sh
|
||||||
kubectl apply -f ad_hosts.yml
|
kubectl apply -f custom_dns_records.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create an AWX Container Group
|
### Create an AWX Container Group
|
||||||
|
Reference in New Issue
Block a user