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