Hi all.
We run ansible in about 100 VM through Openstack and in the near future we will implement ansible pull or run ansible from a central workstation to all those nodes.
I wonder if there is a sort of report (possibly on web) of each run and things changed that I can implement too. I heard about ansible semaphore but do you know any other way/tools to do so?
Cheers
Are you looking for more enterprise central features or just a place to see more the output/logs/reports?
Hi Jonathan. Mostly logs/reports for now. Then we ll evaluate an enterprise solution.
cheers
For more enterprise logging and sending to a log aggravator then AWX/Tower https://www.ansible.com/products/tower & https://github.com/ansible/awx
If you just need an UI to see the ansible runs then I suggest you try Ansible Ara https://github.com/openstack/ara
Cheers. Really appreciated.
I ll have a look at ARA soon
Thanks