Hi Team, First of all, thanks for the great tool.
We would like to maintain our servers using ansible. But I would like to know how the following case could be handled. Lets say I have written a playbook to build servers from scratch. Assume this playbook contains multiple tasks and so on. After few days, I release these servers and let developers add their own softwares to the tasks/tags. Now instead of running ansible as whole or for whole tag, I would like to trigger ansible only for the recent changes. Would that be possible ? One possible solution that I can think of is to write a wrapper script which would parse the yml and create a temporary yml with latest changes to run ansible. Since, playbook is stored in repo, so its possible to fetch the recent changes with diff. Any pointers please ? -Bala -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f09828c1-9fda-4399-bc6e-14fe3baca88b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
