Skip to content

amaudy/ansible-deploydir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role for create deploy folder

Ansible Role for create deploy folder

Role Variables

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'

Dependencies

Should work together with role "amaudy.deployer"

Example Playbook

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

License

BSD

Author Information

WIP.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published