say, you have some commands to install/configure some tools via ssh. when put the commands into a playbook, it may not run the same way. say environment difference, etc... or may need to rewrite/convert some commands to do the ansible way... some suggestions how you adopt ansible, or some other better alternatives ? thanks...
Mitogen vastly improves ansible by using various techniques to improve the speed. With small runs it doesn't save much, but in bigger playbooks it it can improve it by factor 10 or more
Netbox is an inventory for hardware. It stores all the data that would require a ton of yaml/toml/ini files. you want a new server in the virt cluster? Save it in netbox and once ansible is done it can even update netbox so that its displayed as fully operational instead of planed.