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

Corrected code block syntax, added Author and License sections.

parent 8de6c766
No related branches found
No related tags found
No related merge requests found
...@@ -18,18 +18,32 @@ Requirements ...@@ -18,18 +18,32 @@ Requirements
Getting started Getting started
--------------- ---------------
::
.. code:: shell
git clone --recursive https://www.shore.co.il/cgit/ansible-playbooks git clone --recursive https://www.shore.co.il/cgit/ansible-playbooks
cd ansible-playbooks cd ansible-playbooks
ansible-galaxy install -r requirements.yml ansible-galaxy install -r requirements.yml
vagrant up vagrant up
License
-------
This software is licnesed under the MIT licese (see the :code:`LICENSE.txt`
file).
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 TODO
---- ----
- CI test with ServerSpec. - CI test with ServerSpec/ Molecule.
- Fast (like unit) testing with ansible-lint, maybe other linters (pre-commit). - Fast (like unit) testing with ansible-lint, maybe other linters (pre-commit).
- Better documentation and handling of role dependencies. - Better documentation and handling of role dependencies.
- Add example requirements.yml to roles README file. - Add example requirements.yml to roles README file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment