Skeleton to create new ansible roles similar to other Cloud Alchemy roles.
To create a new role, just follow a couple of easy steps:
- Clone this repo
- Open
create.sh
with your favorite editor - Modify variables mentioned in that file
- Run
create.sh
After running create.sh
it will convert this repo into a directory structure with everything needed to start
developing new Cloud Alchemy ansible role.
- Running
create.sh
deletes.git
directory. - README.md file is overwritten with ROLE_README.md
This project is licensed under MIT License. See LICENSE for more details.