generator-ansible-project

Create an ansible project

Usage no npm install needed!

<script type="module">
  import generatorAnsibleProject from 'https://cdn.skypack.dev/generator-ansible-project';
</script>

README

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