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.
- Host: GitHub
- URL: https://github.com/feedzai/ansible-modules
- Owner: feedzai
- License: gpl-3.0
- Created: 2019-10-08T17:05:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T15:11:31.000Z (over 6 years ago)
- Last Synced: 2025-02-06T10:28:07.748Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 23
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Modules
[](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