Hello Everyone,
I want to know is there any configuration available in ansible so that we can track the status of playbook for each node while using ansible-pull.
I want to run ansible-pull for 100 of nodes, and if ansible pull not work for some of the node, so that I want to capture the status of each node in master or we can say in the ansible control server. I am using the below command to run the ansible pull, it is working no issue on that but somewhere I want to capture the status of each node in master or ansible control server so that I can use this for audit purpose.
ansible-pull -U [git_url] --inventory=hosts -k hello_ansible_pull.yml -vvvvv --limit remote_host1-remote_host2
Looking forward for reply.
Thanks & Regards
Sumit Sahay