Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krdlab/ansible-modules

Own Ansilbe modules
https://github.com/krdlab/ansible-modules

Last synced: 16 days ago
JSON representation

Own Ansilbe modules

Awesome Lists containing this project

README

        

# Ansible modules

## Module List (currently)

* cabal (Haskell)

## Usage

Modules are found in the path specified by `ANSIBLE_LIBRARY` or the `--module-path` command line option.

If you put the `./library` directory in your top level playbooks, it is automatically added as a search directory.

```
{your_playbooks}/
library/
cabal
roles/
...
site.yml
hosts
...
```

(See [Developing Modules](http://docs.ansible.com/developing_modules.html) )