Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 994 Bytes

README.md

File metadata and controls

63 lines (41 loc) · 994 Bytes

generator-ansible-ci

Build Status

Yeoman generator

     _-----_
    |       |    .--------------------------.
    |--(o)--|    |  Welcome to the Ansible  |
   `---------´   |    CI/Docker Playbook    |
    ( _´U`_ )    |         Generator        |
    /___A___\    '--------------------------'
     |  ~  |     
   __'.___.'__   
 ´   `  |° ´ Y ` 

Authors

  • @JasonGiedymin

Getting Started

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

Developers

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

License

Apache-2.0