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

https://github.com/cloudalchemy/ansible-pushprox

PushProxy
https://github.com/cloudalchemy/ansible-pushprox

Last synced: about 1 month ago
JSON representation

PushProxy

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. Clone this repo
1. Open `create.sh` with your favorite editor
1. Modify variables mentioned in that file
1. Run `create.sh`

## Result

After running `create.sh` it will convert this repo into a directory structure with everything needed to start
developing new Cloud Alchemy ansible role.

## Warnings

- Running `create.sh` deletes `.git` directory.
- README.md file is overwritten with ROLE_README.md

## License

This project is licensed under MIT License. See [LICENSE](/LICENSE) for more details.