SSH Config and Ansible Host Generator and Why I am doing it this way?

I do have to manage SSH config files with numerous host entries. And also there is ansible involved. So, there is redundant host management involved. Managing 4,5 host information in SSH and Ansible inventory files is not that tiresome. It gets very repetitive and boring when the host’s number is the magnitude of that.

This problem motivated me to have a tool that will help one to manage numerous hosts from a single place.

Continue reading SSH Config and Ansible Host Generator and Why I am doing it this way?