Ansible Role for create deploy folder
deploy_dir: '/var/www/'
project_name: 'foobar'
From variables above. This script will create folder '/var/www/foobar', '/var/www/foobar/share' and '/var/www/foobar/share/config'
Should work together with role "amaudy.deployer"
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- amaudy.deploydir
BSD
WIP.