Ansible without ansible.cfg and ec2.ini
So you have all your infrastructure in AWS and you chose ansible to manage the said infrastructure. You played with Ansible and started to do more advanced stuff with it. And then slowly come to the realization that you have to hold on to two crutches : ansible.cfg and ec2.ini. But ideally, you want that to be dynamic as well - may be set all the configs via environment variables.
»