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

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

Feedzai collection of Ansible modules.
https://github.com/feedzai/ansible-modules

Last synced: about 1 year ago
JSON representation

Feedzai collection of Ansible modules.

Awesome Lists containing this project

README

          

# Ansible Modules

[![Build Status](https://travis-ci.com/feedzai/ansible-modules.svg?branch=master)](https://travis-ci.com/feedzai/ansible-modules)

Feedzai collection of non core Ansible modules.

## How-to

Following the [directory layout best practices][1] these modules should go in the `library` folder of the root.

### Maven

Add dependency (to `pom.xml`):

```xml

com.feedzai.ansible
ansible-modules
${ansible-modules.version}
dist
tar.gz

```

Using `maven-assembly-plugin` you can unpack the dependency in the desired folder (in `dist.xml`):

```xml

false
false
library
true

com.feedzai.ansible:ansible-modules

```

[1]: https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html