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.
- Host: GitHub
- URL: https://github.com/shaleh/ansible-read-ini
- Owner: shaleh
- License: bsd-3-clause
- Created: 2016-06-08T21:32:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T21:34:16.000Z (about 10 years ago)
- Last Synced: 2025-02-06T04:11:18.079Z (over 1 year ago)
- Topics: ansible, python
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.