Amuxbit / generator-ansible-ci

Ansible CI/Docker Playbook Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ansible CI/Docker Playbook Generator

License:Apache License 2.0


Languages

Language:JavaScript 83.9%Language:Shell 16.1%