Ansible ssh key per host using ansible_ssh_private_key_file

## Ansible with multiple SSH key pair as per server hosting ##
[goyun.info]
www1 ansible_ssh_private_key_file=/path/to/file
www2 ansible_ssh_private_key_file=/path/to/file

Comments