Hey All, I posted some thoughts on deploying with Ansible, specifically some problems we tried to solve converting from Capistrano:
http://www.future500.nl/articles/2014/07/thoughts-on-deploying-with-ansible/ Michael de Haan pointed out that some of our "solutions" are deprecated for security reasons, so I post here to discuss other options, and deploying with Ansible in general. Here is the role on ansible-galaxy: https://galaxy.ansible.com/list#/roles/732 I'd like to point to the "deploy" module specifically: https://github.com/f500/ansible-project_deploy/blob/master/library/deploy - it creates a folder structure - it generates a timestamp - it generates facts (including the generated timestamp) - it can remove *n* releases Perhaps that does some work that makes life easier for deploys? -- 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/c0234581-5a8d-4797-b35f-fd8756d721e3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
