https://github.com/mpdehaan/ansible/issues/29
This should allow us to be able to deploy a web app from a git repo at a particular tag, and then use the existing notifier support in play books to restart Apache if the app changes versions, etc.
change notifiers could also be used to run scripts inside the repo, in case there was any additional setup beyond the checkout that would need to be done.
I’m thinking of just doing git first and maybe letting folks create for other SCMs if they really feel like it.
–Michael