/ansible-read-ini

Simple module to read config data from an INI file.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ansible-read-ini

A simple module to read values from an INI file. The existing ini module support CUD but not R.

To use this code simply place it in a library directory next to your playbooks.

Example usage is in the sample/ directory.