A Jhipster module to generate an Ansible deployment workspace.
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.
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
npm install -g generator-jhipster-ansible
To update this module:
npm update -g generator-jhipster-ansible
To install this module:
yarn global add generator-jhipster-ansible
To update this module:
yarn global upgrade generator-jhipster-ansible
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
Apache-2.0 © Intesys SRL