Skip to content
README.rst 878 B
Newer Older
nimrod's avatar
nimrod committed
ansible-modules
###############

A repository of Ansible modules.

Installation
------------

nimrod's avatar
nimrod committed
To use these modules, add a git submodule under the :code:`library` directory
at the root of the playbooks directory

.. code:: shell
nimrod's avatar
nimrod committed

    mkdir library
    touch library/__init__.py
nimrod's avatar
nimrod committed
    git submodule add https://www.shore.co.il/cgit/ansible-modules library/shore
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
To update the submodule

.. code:: shell
nimrod's avatar
nimrod committed

    git submodule update --remote library/shore

nimrod's avatar
nimrod committed
Remember to commit :code:`.gitmodules`!
nimrod's avatar
nimrod committed

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.