Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 653 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 653 Bytes

ansible_module_gitlabci_runner

ansible module to register gitlabci-runner easier and idempotently

For the moment only support docker executor.

You can see an example of how using it in ansible in the play.yml file

How install it

put the library/gitlabci_runner.py in your library folder at root of your playbook or in your ANSIBLE_LIBRARY see ansible doc

Build Status