how to install esxi ssl certificate for Ansible in linux server

I have downloaded ssl certificate from Vcenter "Download trusted root CA certificates”. Now want install in Ansible server, this server is linux

Can anyone please guide me to install.

Regards,
Naresh K

What do you mean by ‘ansible server’?

Ansible Tower?

Hi,

You have to follow the general certificate installation process and convert that into a playbook.

Suggestion :

  1. Run certification install process manually.
  2. Then convert those process into ansible task.

I think that is the only way you can achieve this.