Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudalchemy/skeleton

Ansible role skeleton used for new cloud alchemy roles
https://github.com/cloudalchemy/skeleton

Last synced: about 1 month ago
JSON representation

Ansible role skeleton used for new cloud alchemy roles

Awesome Lists containing this project

README

        

skeleton logo

# Cloud Alchemy Ansible Role Skeleton

[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](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.