Adds custom module_utils

This commit is contained in:
Chris Houseknecht
2017-04-10 14:39:13 -04:00
parent c5f86cc9b8
commit 0e0660a3d9
3 changed files with 374 additions and 0 deletions

7
module_utils/README.md Normal file
View File

@@ -0,0 +1,7 @@
### module_utils
If you're running Ansible 2.3, custom module_utils is supported.
The K8s and OpenShift common modules will land in Ansible 2.4, so for now we're including the latest here, just to make life a little easier for those not running Ansible from source. As indicated above, you will need to have Ansible 2.3 installed for this to work.
If your install Ansible fails to find the common modules from this folder, then the easiest solution may be to run Ansible from source. If you need assistance, please view the [Running From Source guide](http://docs.ansible.com/ansible/intro_installation.html#running-from-source).