Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md

This commit is contained in:
2024-07-31 22:59:48 -06:00
parent 8383e542ea
commit cd1958f174

View File

@ -257,6 +257,7 @@ ansible_winrm_transport=kerberos
ansible_winrm_scheme=https ansible_winrm_scheme=https
ansible_winrm_server_cert_validation=ignore ansible_winrm_server_cert_validation=ignore
ansible_winrm_kerberos_realm=BUNNY-LAB.IO ansible_winrm_kerberos_realm=BUNNY-LAB.IO
#kerberos_user=nicole.rappe@BUNNY-LAB.IO #Optional, if you define this in the Job Template, it is not necessary.
``` ```
Lastly, we want to ensure we have Keytab generation happening when the playbook is executed, so add these tasks to the beginning of your playbook(s) that interact with Kerberos devices: Lastly, we want to ensure we have Keytab generation happening when the playbook is executed, so add these tasks to the beginning of your playbook(s) that interact with Kerberos devices: