16 lines
780 B
YAML
16 lines
780 B
YAML
---
|
|
- name: Rollback Enrichissement
|
|
hosts: all
|
|
remote_user: deploy
|
|
become: no
|
|
vars:
|
|
ansistrano_deploy_to: /home/vhosts/enrichissement
|
|
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 } |