ansible/apps/odea/rollback.yml
Michael RICOIS 93d27f6b46 Merge branch 'master' of
ssh://git@192.168.78.249:10022/SCORES/ansible.git

Conflicts:
	apps/odea/rollback.yml
2016-02-05 17:08:25 +01:00

23 lines
1000 B
YAML

---
- name: Rollback Odea
hosts: all
remote_user: deploy
become: no
vars:
# Specific
project: odea
project_tree: master
<<<<<<< HEAD
# Always add a trailing / if you want rsync the content of the directory
=======
>>>>>>> branch 'master' of ssh://git@192.168.78.249:10022/SCORES/ansible.git
ansistrano_deploy_to: "/home/vhosts/{{ project }}"
ansistrano_version_dir: releases
ansistrano_current_dir: current
# Hooks: custom tasks if you need them
#ansistrano_before_symlink_tasks_file: "{{ playbook_dir }}/<your-deployment-config>/my-before-symlink-tasks.yml"
#ansistrano_after_symlink_tasks_file: "{{ playbook_dir }}/<your-deployment-config>/my-after-symlink-tasks.yml"
#ansistrano_before_cleanup_tasks_file: "{{ playbook_dir }}/<your-deployment-config>/my-before-cleanup-tasks.yml"
#ansistrano_after_cleanup_tasks_file: "{{ playbook_dir }}/<your-deployment-config>/my-after-cleanup-tasks.yml"
roles:
- { role: carlosbuenosvinos.ansistrano-rollback }