{"id":39874865,"url":"https://github.com/vkhitrin/ansible-libguestfs-collection","last_synced_at":"2026-01-18T14:23:23.246Z","repository":{"id":160605630,"uuid":"477843914","full_name":"vkhitrin/ansible-libguestfs-collection","owner":"vkhitrin","description":"Ansible collection for libguestfs modules","archived":false,"fork":false,"pushed_at":"2024-06-23T18:58:36.000Z","size":40,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-23T19:59:12.642Z","etag":null,"topics":["ansible","ansible-modules","guest-image","libguestfs","virt-customize"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/vkhitrin/libguestfs","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/vkhitrin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.md","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":"2022-04-04T19:26:47.000Z","updated_at":"2024-06-23T18:58:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d21f4120-42b4-4e82-b057-5894d2c11e6d","html_url":"https://github.com/vkhitrin/ansible-libguestfs-collection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vkhitrin/ansible-libguestfs-collection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkhitrin%2Fansible-libguestfs-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkhitrin%2Fansible-libguestfs-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkhitrin%2Fansible-libguestfs-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkhitrin%2Fansible-libguestfs-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vkhitrin","download_url":"https://codeload.github.com/vkhitrin/ansible-libguestfs-collection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkhitrin%2Fansible-libguestfs-collection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28537530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","ansible-modules","guest-image","libguestfs","virt-customize"],"created_at":"2026-01-18T14:23:22.687Z","updated_at":"2026-01-18T14:23:23.242Z","avatar_url":"https://github.com/vkhitrin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libguestfs Collection\n\n**NOTE:** This collection is not endorsed by the [libguestfs](https://libguestfs.org)\ncommunity, this is a personal effort.\n\nlibguestfs modules allow users to use Ansible to automate commonly used\nlibguestfs actions in a native way.\n\n## Prerequisites\n\nOn Ansible Controller:\n\n- Ansible \u003e= 2.8.0 (May work on earlier releases)\n- Python \u003e= 2.7.5 || Python \u003e= 3.4\n- gcc\n\nOn Ansible Host:\n\n- gcc\n- libguestfs\n- libguestfs-devel\n- Python \u003e= 2.7.5 || Python \u003e= 3.4\n- libguestfs python bindings:\n  - System:\n    If your distribution's package manager contains `python-libguestfs`, install it (via `yum`, `apt` ...)\n  - pip:\n    If a virtual environment is used or you do not have a pre packaged `python-libguestfs`,\n    refer to [guestfs python bindings in a virtualenv](https://www.libguestfs.org/guestfs-python.3.html#using-python-bindings-in-a-virtualenv)\n    In order to install via pip download the relevant version from `http://download.libguestfs.org/python/`\n    Example, `https://download.libguestfs.org/python/guestfs-1.40.2.tar.gz`\n\n## Compatibility Matrix\n\n|       Distro       | Supported |                                                           Notes                                                            |\n| :----------------: | :-------- | :------------------------------------------------------------------------------------------------------------------------: |\n| Fedora/CentOS/RHEL | Yes       |                                                                                                                            |\n|   Ubuntu/Debian    | Yes       |                                                                                                                            |\n|      Windows       | No        | [Not Supported, no plans to support right now](https://listman.redhat.com/archives/libguestfs/2016-February/msg00145.html) |\n\n## Documentation\n\nPlease refer to [docs](/docs) directory.\n\n## Installation\n\n### Ansible Galaxy\n\nCollection can be installed from Ansible galaxy:\n\n```shell\nansible-galaxy collection install vkhitrin.libguestfs\n```\n\n### Locally\n\nBuild the collection:\n\n```shell\nansible-galaxy collection build\n```\n\nInstall collection:\n\n```shell\nansible-galaxy collection install --force vkhitrin-libguestfs-\u003cVERSION\u003e.tar.gz\n```\n\n## License\n\nThis project is licensed under GPL-3.0 License. Please see the [COPYING.md](/COPYING.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkhitrin%2Fansible-libguestfs-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvkhitrin%2Fansible-libguestfs-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkhitrin%2Fansible-libguestfs-collection/lists"}