Move all files to deploying-php-ansible-ansistrano/demo/

This commit is contained in:
Oliver Davies 2025-10-03 22:04:20 +01:00
parent 986ba5097d
commit ad3af7d318
214 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,12 @@
---
- hosts: webservers
become: true
roles:
- ansistrano.rollback
vars_files:
- vars/vars.yml
vars:
ansistrano_deploy_to: "{{ project_deploy_path }}"