https://github.com/cloudalchemy/skeleton
Ansible role skeleton used for new cloud alchemy roles
https://github.com/cloudalchemy/skeleton
Last synced: 3 months ago
JSON representation
Ansible role skeleton used for new cloud alchemy roles
- Host: GitHub
- URL: https://github.com/cloudalchemy/skeleton
- Owner: cloudalchemy
- License: mit
- Created: 2018-12-16T15:27:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T21:27:32.000Z (about 4 years ago)
- Last Synced: 2025-04-03T04:51:09.635Z (about 1 year ago)
- Language: Shell
- Size: 89.8 KB
- Stars: 15
- Watchers: 0
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# Cloud Alchemy Ansible Role Skeleton
[](https://opensource.org/licenses/MIT)
## Description
Skeleton to create new ansible roles similar to other Cloud Alchemy roles.
## How to use it
To create a new role, just follow a couple of easy steps:
1. Create new rpository using this one as a template by clicking [here](https://github.com/cloudalchemy/skeleton/generate)
1. Clone repository locally
1. Run `init.sh` with required parameters
1. Commit your changes
## Result
After running `init.sh` it will convert this repo into a directory structure with everything needed to start
developing new Cloud Alchemy ansible role.
## Warnings
- README.md file is overwritten with ROLE_README.md
- `init.sh` file is removed after being used
## License
This project is licensed under MIT License. See [LICENSE](/LICENSE) for more details.