0.3.0 • Published 4 years ago

generator-jhipster-ansible v0.3.0

Weekly downloads
12
License
Apache-2.0
Repository
github
Last release
4 years ago

generator-jhipster-ansible

NPM version Build Status Dependency Status

A Jhipster module to generate an Ansible deployment workspace.

Introduction

This is a JHipster module, that is meant to be used in a JHipster application.

This module will generate all the files to deploy you Jhipster executable jar in your multi stage environment via Ansible.

Prerequisites

As this is a JHipster module, we expect you have JHipster and its related tools already installed:

Installation

With NPM

To install this module:

npm install -g generator-jhipster-ansible

To update this module:

npm update -g generator-jhipster-ansible

With Yarn

To install this module:

yarn global add generator-jhipster-ansible

To update this module:

yarn global upgrade generator-jhipster-ansible

Usage

In your jhipster workspace:

yo jhipster-ansible
? *Ansible Directory*: Enter the ansible workspace directory ./ansible
? *Maven*: what is the URL of distributionManagement for snapshots ? http://artifactory:8081/artifactory/libs-snapshot
? *Maven*: what is the URL of distributionManagement for releases ? http://artifactory:8081/artifactory/libs-release
? *Enviroments*: which enviroments do you want to deploy to (comma separated) ? test,staging,prod
? *SSH User*: 'what is the ssh user you will use to deploy (not mandatory)) ? myuser

Dependencies

License

Apache-2.0 © Intesys SRL