Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md
This commit is contained in:
@ -265,6 +265,9 @@ spec:
|
|||||||
name: custom-dns
|
name: custom-dns
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! info "Explanation"
|
||||||
|
Init Container: An init container named init-hosts is added. It runs before the main container starts and appends the custom DNS entries from the ConfigMap to the /etc/hosts file of the Kerberos Instance Group Pod.
|
||||||
|
|
||||||
### Job Template & Inventory Examples
|
### Job Template & Inventory Examples
|
||||||
At this point, you need to adjust your exist Job Template(s) that need to communicate via Kerberos to domain-joined Windows devices to use the "Instance Group" of "**Kerberos**" while keeping the same Execution Environment you have been using up until this point. This will change the Execution Environment to include the Kerberos Keytab file in the EE at playbook runtime.
|
At this point, you need to adjust your exist Job Template(s) that need to communicate via Kerberos to domain-joined Windows devices to use the "Instance Group" of "**Kerberos**" while keeping the same Execution Environment you have been using up until this point. This will change the Execution Environment to include the Kerberos Keytab file in the EE at playbook runtime.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user