Yeoman generator
_-----_
| | .--------------------------.
|--(o)--| | Welcome to the Ansible |
`---------´ | CI/Docker Playbook |
( _´U`_ ) | Generator |
/___A___\ '--------------------------'
| ~ |
__'.___.'__
´ ` |° ´ Y `
- @JasonGiedymin
Install Yeoman
npm install -g yoInstall generator-ansible-ci from npm, run:
npm install -g generator-ansible-ciFinally, initiate the generator:
yo ansible-ciTo test, clone the repo, change to the repo, run:
npm testTo run a manual integration test, run:
cd test-integration
bash test.sh # and follow the promptsApache-2.0