Skeleton to create new ansible roles similar to other Cloud Alchemy roles.
To create a new role, just follow a couple of easy steps:
- Create new rpository using this one as a template by clicking here
- Clone repository locally
- Run
init.sh
with required parameters - Commit your changes
After running init.sh
it will convert this repo into a directory structure with everything needed to start
developing new Cloud Alchemy ansible role.
- README.md file is overwritten with ROLE_README.md
init.sh
file is removed after being used
This project is licensed under MIT License. See LICENSE for more details.