Update Docker & Kubernetes/Servers/AWX/AWX Operator/Kerberos Implementation.md
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user