Can Ansible authenticate to VMware with a Kerberos ticket
28 views
Skip to first unread message
MKPhil
unread,
Apr 25, 2017, 8:55:54 AM4/25/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
I'm looking at then VMWare modules for Ansible and they all seem to require the vCenter username and password in the playbook. For security reasons, I'd prefer to use a Kerberos ticket (as the vCenter is domain-joined) - is this possible? Otherwise, how do we avoid plain-text passwords floating about everywhere? I'm yet to be convinced by the Ansible Vault as anyone with the Vault password can just decrypt the files (if I'm wrong, convince me!).