Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krdlab/ansible-modules
- Owner: krdlab
- Created: 2015-03-15T08:14:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T10:24:32.000Z (almost 10 years ago)
- Last Synced: 2024-10-28T09:09:12.547Z (2 months ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) )