This repo contains a few modules I'm working on.
Please send me a mail at jfenal at redhat dot com or jfenal at gmail dot com
Each module has a test suite in the test directory. You may have to supply the right inventory file to run them.
There modules are licensed under the GPLv3, as Ansible Core is.
Fork it and add the resulting directory to your Ansible library path.
mkdir $HOME/dev
cd $HOME/dev
git clone https://github.com/jfenal/ansible-modules-jfenal.git
ANSIBLE_LIBRARY="$HOME/dev/ansible-modules-jfenal"
export ANSIBLE_LIBRARY