Update Docker & Kubernetes/Servers/AWX/AWX Operator/Kerberos Implementation.md

This commit is contained in:
2024-09-26 05:09:00 -06:00
parent 1ed281df8f
commit c8f4daa0b1

View File

@ -29,7 +29,7 @@ Create the following files in the `/awx` folder on the AWX Operator server you d
=== "Kerberos Keytab File" === "Kerberos Keytab File"
```yaml title="/awx/krb5.conf" ```ini title="/awx/krb5.conf"
[libdefaults] [libdefaults]
default_realm = BUNNY-LAB.IO default_realm = BUNNY-LAB.IO
dns_lookup_realm = false dns_lookup_realm = false
@ -112,7 +112,7 @@ kerberos_password: <DomainPassword>
``` ```
You will want to ensure your inventory file is configured to use Kerberos Authentication as well, so the following example is a starting point: You will want to ensure your inventory file is configured to use Kerberos Authentication as well, so the following example is a starting point:
``` ini ```ini
virt-node-01 ansible_host=virt-node-01.bunny-lab.io virt-node-01 ansible_host=virt-node-01.bunny-lab.io
bunny-node-02 ansible_host=bunny-node-02.bunny-lab.io bunny-node-02 ansible_host=bunny-node-02.bunny-lab.io