Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z5t1/isidore
Database, API, and CLI for managing Ansible inventories and variables. It allows for a flexible tag based approach to classification approach to group management.
https://github.com/z5t1/isidore
ansible ansible-inventory ansible-variables ansible-vars database inventory inventory-management inventory-management-system isidore
Last synced: 21 days ago
JSON representation
Database, API, and CLI for managing Ansible inventories and variables. It allows for a flexible tag based approach to classification approach to group management.
- Host: GitHub
- URL: https://github.com/z5t1/isidore
- Owner: Z5T1
- License: mit
- Created: 2023-05-02T01:17:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-13T15:09:17.000Z (9 months ago)
- Last Synced: 2024-11-29T18:52:16.587Z (23 days ago)
- Topics: ansible, ansible-inventory, ansible-variables, ansible-vars, database, inventory, inventory-management, inventory-management-system, isidore
- Language: Python
- Homepage: https://pypi.org/project/isidore/
- Size: 209 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change_version.sh
- License: LICENSE.md
Awesome Lists containing this project
README
Isidore README
==============Isidore is a database and API for managing Ansible inventories. It allows for a
flexible tag base classification approach to group management, uses a database
(either MySQL or MariaDB) to store the inventory information, and provides an
API and command line interface for interacting with the database. Additionally,
it provides an Ansible inventory hook that allows for Isidore be used directly
as a dynamic Ansible inventory source.Documentation is available in the [doc](doc/README.md) directory.