https://github.com/ygo74/generator-ansible-project
Yeoman generator for ansible project
https://github.com/ygo74/generator-ansible-project
ansible devops yeoman
Last synced: about 1 month ago
JSON representation
Yeoman generator for ansible project
- Host: GitHub
- URL: https://github.com/ygo74/generator-ansible-project
- Owner: ygo74
- License: mit
- Created: 2019-03-03T13:18:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T05:52:06.000Z (over 2 years ago)
- Last Synced: 2025-07-08T15:50:41.201Z (12 months ago)
- Topics: ansible, devops, yeoman
- Language: JavaScript
- Size: 79.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-ansible-project
Yeoman generator for ansible project
[](https://github.com/ygo74/generator-ansible-project/blob/master/LICENSE)
[](https://www.npmjs.com/package/generator-ansible-project)
## Project Status
| Status | Unit tests | Code Covergage |
|--------|------------|----------------|
| [?branchName=master)](https://dev.azure.com/ygo74/generator-ansible-project/_build/latest?definitionId=4&branchName=master) |  |  |
| Latest version | Download |
|----------------|----------|
|  |  |
## Description
## Install
```bash
npm install -g yo
npm install generator-ansible-project
```
## Usage
```bash
yo ansible-project --help
Usage:
yo ansible-project:app [] [] [] [options]
Options:
-h, --help # Print the generator's options and usage
--skip-cache # Do not remember prompt answers Default: false
--skip-install # Do not automatically install dependencies Default: false
--force-install # Fail on install dependencies error Default: false
Arguments:
applicationName # the name of the application Type: String Required: false
applicationTrigram # the trigram of the application Type: String Required: false
operatingSystems # List of operating system target for your application Type: String Required: false
```
## Revision History