ansistrano.deploy and ansistrano.rollback are Ansible roles to manage application deployments with a Capistrano-style workflow.
Ansistrano supports rsync, rsync_direct, git, svn, hg, download, download_unarchive, s3, s3_unarchive, gcs, and gcs_unarchive, plus rollback hooks and release pruning.
Requirements:
- Ansible on the deployer machine
rsyncon the target machine when usingrsync,rsync_direct,git, oransistrano_current_via = rsync
Install:
$ ansible-galaxy install ansistrano.deploy ansistrano.rollback
Update:
$ ansible-galaxy install --force ansistrano.deploy ansistrano.rollback
Project overview:
Getting started:
Configuration:
Deployment:
Rollback and hooks:
Examples and resources:
