An open API service indexing awesome lists of open source software.

https://github.com/shaleh/ansible-read-ini

Simple module to read config data from an INI file.
https://github.com/shaleh/ansible-read-ini

ansible python

Last synced: 6 months ago
JSON representation

Simple module to read config data from an INI file.

Awesome Lists containing this project

README

          

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.