Skip to content

ygo74/generator-ansible-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-ansible-project

Yeoman generator for ansible project
License npm - generator-ansible-project

Project Status

Status Unit tests Code Covergage
Build Status Azure DevOps tests Azure DevOps coverage
Latest version Download
npm npm

Description

Install

npm install -g yo
npm install generator-ansible-project

Usage

yo ansible-project --help
Usage:
  yo ansible-project:app [<applicationName>] [<applicationTrigram>] [<operatingSystems>] [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