Ansible role which manages directories
- Tested on Ansible 1.4 or higher.
genericdirectories_directories:
- path: "/srv/www"
owner: "www-data"
group: "www-data"
mode: "0644"
recurse: "yes"
genericdirectories_directories_removed:
- path: "/dir/to/be/removed"
This project comes with a VagrantFile, this is a fast and easy way to test changes to the role, fire it up with vagrant up
See vagrant docs for getting setup with vagrant
Licensed under the MIT License. See the LICENSE file for details.
Are welcome!