Rollback Versions Save

Ansible role to rollback scripting applications like PHP, Python, Ruby, etc. in a capistrano style

2.0.0

7 years ago
  • Ability to roll back to a specific version, thanks @rev112
  • Bye Ansible 1.8, unified with deploy

1.5.0

7 years ago

Fix rollback in BSD distros, thanks for reporting @ratbag98

1.3.0

8 years ago

Internal changes

  • Symlinks are now relative instead of absolute

1.2.0

8 years ago
  • Added registration of ansistrano_release_path variable in rollback setup so that hooks can be reused between deploy and rollback. Check #8 by @magi2c

1.1.1

8 years ago
  • Prior to this tag, before-symlink.yml hooks would not have access to the ansistrano variable as they were created inside symlink.yml. We added a setup step so that this was not problem. (Reported at https://github.com/ansistrano/rollback/issues/6)

1.1.0

8 years ago

New features

  • Added possibility to not delete rolled back release for later inspection in the servers