In one of my Ansible Playbooks, I use the vmware_guest
module to create VMs on vCenter Server. When I run the Playbook on Ansible Tower using a job template and check the host events, I see the password in plain text
I didn't provide the password in plain text in the Playbook. In fact, it is stored in the 'Credentials' section of Ansible Tower where it is shown to be encrypted. The Job template is set to use this credential under 'Cloud Credentials'.
How can I avoid the password from being shown in the host events?