Installing preview module subscription-manager

Good afternoon,

[william@cacti ~]$ ansible --version
ansible 2.1.1.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = Default w/o overrides

I am using ansible on RHEL 6 systems. I am aware I can use command to
enrol a system to RedHat subscription, but I prefer module unless
nothing ideal is around.

I noticed there is a module to handle subscription and would like to
try it. I can't however find a way of installing preview module

http://docs.ansible.com/ansible/redhat_subscription_module.html

Is there a link somewhere on how to go about this process?

Regards,
William

If you just make a directory library/ in your playbook directory
and put the .py in there, Ansible should pick it up when you run your play.