{"id":18790230,"url":"https://github.com/unistra/ansible-collection-glpi","last_synced_at":"2025-04-13T14:08:21.152Z","repository":{"id":146859848,"uuid":"214001889","full_name":"unistra/ansible-collection-glpi","owner":"unistra","description":"Ansible dynamic inventory for GLPI.","archived":false,"fork":false,"pushed_at":"2023-01-17T19:26:59.000Z","size":45,"stargazers_count":10,"open_issues_count":2,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-13T14:08:17.778Z","etag":null,"topics":["ansible","glpi","inventory"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unistra.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-09T19:06:50.000Z","updated_at":"2025-04-12T17:43:12.000Z","dependencies_parsed_at":"2023-07-06T12:31:03.932Z","dependency_job_id":null,"html_url":"https://github.com/unistra/ansible-collection-glpi","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unistra%2Fansible-collection-glpi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unistra%2Fansible-collection-glpi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unistra%2Fansible-collection-glpi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unistra%2Fansible-collection-glpi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unistra","download_url":"https://codeload.github.com/unistra/ansible-collection-glpi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724633,"owners_count":21151561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","glpi","inventory"],"created_at":"2024-11-07T21:10:42.663Z","updated_at":"2025-04-13T14:08:21.146Z","avatar_url":"https://github.com/unistra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"***************************\nAnsible collection for GLPI\n***************************\n\n**Note:** At the start this repository contains only a JSON inventory. The script has been\nmoved to `scripts/inventory \u003chttps://github.com/unistra/ansible-collection-glpi/tree/master/scripts/inventory\u003e`_ for legacy.\n\nThis collection contains:\n\n* a dynamic inventory (see `inventory README \u003c/plugins/inventory/README.rst\u003e`_)\n* a module for interacting with GLPI (see `modules README \u003c/plugins/modules/README.rst\u003e`__)\n\nInstallation\n============\n\nTheses python modules must be installed on the controller:\n\n* `pyyaml \u003chttps://pypi.org/project/pyyaml\u003e`_ for manipulating YAML files\n* `yamlloader \u003chttps://pypi.org/project/yamlloader\u003e`_ for keeping configuration\n  order\n* `glpi-api \u003chttps://pypi.org/project/glpi-api\u003e`_ for interacting with GLPI\n  REST API\n\nThere is a requirements file containing these dependencies so, if you don't care\nabout clean integration to the system (using virtualenvs, distribution packages,\n...):\n\n.. code::\n\n      $ sudo pip install -r requirements.txt\n\nTo install the collection:\n\n.. code::\n\n  # set collections directory to the current directory (default is ~/.ansible/collections)\n  $ export ANSIBLE_COLLECTIONS_PATH=$(pwd)\n  $ ansible-galaxy collection install git+https://github.com/unistra/ansible-collection-glpi,1.1.1\n\nWith a requirements file:\n\n.. code::\n\n  $ vim requirements.yml\n  ---\n  collections:\n  - name: https://github.com/unistra/ansible-collection-glpi\n    type: git\n    version: 1.1.1\n\n  $ ansible-galaxy install -r requirements.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funistra%2Fansible-collection-glpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funistra%2Fansible-collection-glpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funistra%2Fansible-collection-glpi/lists"}