Skip to content

Commit

Permalink
Add gitlab file plugin (#324)
Browse files Browse the repository at this point in the history
* Add gitlab file plugin

* Create version_control plugin directory and move gitlab into it

* Add documentation for gitlab plugin

* adds gitlab get feature
  • Loading branch information
wvandeun authored and dbarrosop committed Apr 27, 2019
1 parent d5eefae commit 0dab758
Show file tree
Hide file tree
Showing 8 changed files with 1,445 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/plugins/tasks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Tasks
files
networking
text
version_control
14 changes: 14 additions & 0 deletions docs/plugins/tasks/version_control.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Version control
===============

.. toctree::
:maxdepth: 1
:glob:

version_control/*

Old-style docs:

.. automodule:: nornir.plugins.tasks.version_control
:members:
:undoc-members:

0 comments on commit 0dab758

Please sign in to comment.