Automate the configuration of SSH in a Linux machine using Ansible and the Vault SSH secret engine.

Hi Team,

I’m trying to Automate the configuration of SSH in a Linux machine using Ansible and the Vault SSH secret engine. To ensure secure communication between the machine and remote systems.

I need to decide the roadmap how can I achive this. please help me out how can I use Vault SSH secret engine here.

Regards,
Sonali.

AWX provides Ansible Vault and Hashicorp vault plugins for storing SSH credentials. Please take a look at https://docs.ansible.com/ansible-tower/latest/html/userguide/credentials.html to implement this feature.