diff --git a/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md b/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md index f3cd242..36dca36 100644 --- a/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md +++ b/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md @@ -88,6 +88,26 @@ You will need to create these files all in the same directory using the content namespace: awx ``` +=== "krb5.conf" + + ```jsx title="/awx/krb5.conf" + [libdefaults] + default_realm = BUNNY-LAB.IO + dns_lookup_realm = false + dns_lookup_kdc = true + + [realms] + BUNNY-LAB.IO = { + kdc = LAB-DC-01.bunny-lab.io + kdc = LAB-DC-02.bunny-lab.io + admin_server = LAB-DC-01.bunny-lab.io + } + + [domain_realm] + .bunny-lab.io = BUNNY-LAB.IO + bunny-lab.io = BUNNY-LAB.IO + ``` + ## Ensure the Kubernetes Cluster is Ready Check that the status of the cluster is ready by running the following commands, it should appear similar to the [Rancher RKE2 Example](https://docs.bunny-lab.io/Containers/Kubernetes/Rancher%20RKE2/Rancher%20RKE2%20Cluster/#install-helm-rancher-certmanager-jetstack-rancher-and-longhorn): ```