An Ansible role that releases code
Ansible Role that releases code on Debian/Ubuntu.
Use hash behavior for variables in ansible.cfg See example: https://github.com/Aplyca/ansible-role-release/blob/master/tests/ansible.cfg See official docs: http://docs.ansible.com/intro_configuration.html#hash-behaviour
Using ansible galaxy:
ansible-galaxy install Aplyca.Release
You can add this role as a dependency for other roles, add the role to the meta/main.yml file of your own role:
dependencies:
- { role: Aplyca.Release }
See default variables: https://github.com/Aplyca/ansible-role-release/blob/master/defaults/main.yml
- Git
Using Vagrant:
tests/vagrant.sh
Using Docker:
tests/docker.sh
MIT / BSD
Mauricio Sánchez from Aplyca SAS (http://www.aplyca.com)