https://github.com/cloudalchemy/ansible-pushprox
PushProxy
https://github.com/cloudalchemy/ansible-pushprox
Last synced: about 1 month ago
JSON representation
PushProxy
- Host: GitHub
- URL: https://github.com/cloudalchemy/ansible-pushprox
- Owner: cloudalchemy
- License: mit
- Created: 2020-07-11T09:52:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T09:52:10.000Z (almost 6 years ago)
- Last Synced: 2025-12-29T02:13:18.264Z (5 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
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. 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.