Skip to content
Snippets Groups Projects
Commit 0fca0d30 authored by nimrod's avatar nimrod
Browse files

First commit.

parents
No related branches found
No related tags found
No related merge requests found
*.swp
*.swo
*~
~*
*.pyc
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: cf550fcab3f12015f8676b8278b30e1a5bc10e70
hooks:
- id: check-added-large-files
- id: check-json
- id: check-xml
- id: check-yaml
- id: check-merge-conflict
- id: flake8
ansible-modules
###############
A repository of Ansible modules.
Installation
------------
To use these modules, add a git submodule under the ``library`` directory at the
root of the playbooks directory::
mkdir library
touch library/__init__.py
git submodule add https:/www.shore.co.il/cgit/ansible-modules library/shore
To update the submodule ::
git submodule update --remote library/shore
Remember to commit ``.gitmodules``!
Modules
-------
- <placeholder>
License
-------
AGPL v3+
Author
------
Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
<https://www.shore.co.il/>`_. Patches are welcome via `git send-email
<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located
at: https://www.shore.co.il/cgit/.
TODO
----
- Test installation and update instructions.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment