Hi, I’m testing out Ansible and although I see ansible-pull mentioned in a lot of different resources, it looks pretty bare-bones (which I guess is kind of the point). I’m wondering what people’s experience has been like running it in production. Has anyone built additional tooling to do things like have hosts report back metrics somewhere (e.g. Cloudwatch, nagios, etc.) to be able to see if all the hosts are running successfully and how many success, changes, and failures there are?
I’m also curious how using ansible-pull compares to other solutions like having a remote coordinator node (or possibly Lambda function) pushing out ansible changes. My infrastructure isn’t that big but I want a solution that works with auto-scaling groups.
Thanks!