Legacy Roles
A list of legacy roles.
GET /api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=3453
{ "count": 36700, "next": "http://galaxy.ansible.com/api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=3454", "previous": "http://galaxy.ansible.com/api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=3452", "results": [ { "id": 39627, "upstream_id": null, "created": "2024-11-24T18:06:25.868080Z", "modified": "2024-11-24T18:06:25.904955Z", "imported": "2024-11-24T18:06:25.865571", "github_user": "GH-Djeff", "username": "GH-Djeff", "github_repo": "learnansible_example_role", "github_branch": "main", "commit": "3eade6f2cf05ec5d8ec6889467b1b0b5f0045cf9", "commit_message": "Add files via upload", "name": "learnansible_example_role", "description": "your role description", "summary_fields": { "dependencies": [], "namespace": { "id": 18727, "name": "GH-Djeff", "avatar_url": "https://github.com/GH-Djeff.png" }, "provider_namespace": { "id": 28264, "name": "gh_djeff", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/28264/" }, "repository": { "name": "learnansible_example_role", "original_name": "learnansible_example_role" }, "tags": [], "versions": [] }, "download_count": 23 }, { "id": 39628, "upstream_id": null, "created": "2024-11-24T19:50:07.771932Z", "modified": "2025-12-06T22:01:25.692774Z", "imported": "2025-12-06T22:01:25.569085", "github_user": "juju4", "username": "juju4", "github_repo": "ansible-starbase", "github_branch": "main", "commit": "9f29069f574a61ee6f99ef29a53a24921dac41ff", "commit_message": "ci(default): enforce bool conditional in verify.yml - ansible-core 2.19.0-2\n", "name": "starbase", "description": "Setup JupyterOne starbase server, Graph-based security analysis for everyone.", "summary_fields": { "dependencies": [ { "role": "kevincoakley.neo4j" } ], "namespace": { "id": 3568, "name": "juju4", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a04-f5d3-73a1-b08a-f17888be6073/avatar/" }, "provider_namespace": { "id": 16355, "name": "juju4", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/16355/" }, "repository": { "name": "ansible-starbase", "original_name": "ansible-starbase" }, "tags": [ "security", "inventory", "assetmanagement" ], "versions": [ { "id": "a614fb87-c6a4-4c86-84ae-b539a05c82b1", "name": "0.9.0", "release_date": "2025-12-06T21:45:55+00:00" }, { "id": "4ef91175-1ecc-459e-b998-bebdb00592e3", "name": "0.8.0", "release_date": "2025-04-26T18:46:43+00:00" }, { "id": "7f96702d-8362-4a0e-be9f-c7037ed93333", "name": "0.7.0", "release_date": "2024-11-23T21:47:47+00:00" } ] }, "download_count": 20 }, { "id": 39629, "upstream_id": null, "created": "2024-11-24T20:03:40.857931Z", "modified": "2025-12-06T22:01:31.763659Z", "imported": "2025-12-06T22:01:31.645545", "github_user": "juju4", "username": "juju4", "github_repo": "ansible-spiderfoot", "github_branch": "main", "commit": "c2398762abbae46fd39aa386309334971a7eaadc", "commit_message": "build(deps): bump actions/checkout from 4 to 6 (#4)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4 to\n6.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/actions/checkout/releases\">actions/checkout's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v6.0.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Update README to include Node.js 24 support details and requirements\nby <a href=\"https://github.com/salmanmkc\"><code>@salmanmkc</code></a>\nin <a\nhref=\"https://redirect.github.com/actions/checkout/pull/2248\">actions/checkout#2248</a></li>\n<li>Persist creds to a separate file by <a\nhref=\"https://github.com/ericsciple\"><code>@ericsciple</code></a> in <a\nhref=\"https://redirect.github.com/actions/checkout/pull/2286\">actions/checkout#2286</a></li>\n<li>v6-beta by <a\nhref=\"https://github.com/ericsciple\"><code>@ericsciple</code></a> in <a\nhref=\"https://redirect.github.com/actions/checkout/pull/2298\">actions/checkout#2298</a></li>\n<li>update readme/changelog for v6 by <a\nhref=\"https://github.com/ericsciple\"><code>@ericsciple</code></a> in <a\nhref=\"https://redirect.github.com/actions/checkout/pull/2311\">actions/checkout#2311</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a\nhref=\"https://github.com/actions/checkout/compare/v5.0.0...v6.0.0\">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p>\n<h2>v6-beta</h2>\n<h2>What's Changed</h2>\n<p>Updated persist-credentials to store the credentials under\n<code>$RUNNER_TEMP</code> instead of directly in the local git\nconfig.</p>\n<p>This requires a minimum Actions Runner version of <a\nhref=\"https://github.com/actions/runner/releases/tag/v2.329.0\">v2.329.0</a>\nto access the persisted credentials for <a\nhref=\"https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action\">Docker\ncontainer action</a> scenarios.</p>\n<h2>v5.0.1</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Port v6 cleanup to v5 by <a\nhref=\"https://github.com/ericsciple\"><code>@ericsciple</code></a> in <a\nhref=\"https://redirect.github.com/actions/checkout/pull/2301\">actions/checkout#2301</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a\nhref=\"https://github.com/actions/checkout/compare/v5...v5.0.1\">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p>\n<h2>v5.0.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Update actions checkout to use node 24 by <a\nhref=\"https://github.com/salmanmkc\"><code>@salmanmkc</code></a> in <a\nhref=\"https://redirect.github.com/actions/checkout/pull/2226\">actions/checkout#2226</a></li>\n<li>Prepare v5.0.0 release by <a\nhref=\"https://github.com/salmanmkc\"><code>@salmanmkc</code></a> in <a\nhref=\"https://redirect.github.com/actions/checkout/pull/2238\">actions/checkout#2238</a></li>\n</ul>\n<h2>⚠️ Minimum Compatible Runner Version</h2>\n<p><strong>v2.327.1</strong><br />\n<a\nhref=\"https://github.com/actions/runner/releases/tag/v2.327.1\">Release\nNotes</a></p>\n<p>Make sure your runner is updated to this version or newer to use this\nrelease.</p>\n<p><strong>Full Changelog</strong>: <a\nhref=\"https://github.com/actions/checkout/compare/v4...v5.0.0\">https://github.com/actions/checkout/compare/v4...v5.0.0</a></p>\n<h2>v4.3.1</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Port v6 cleanup to v4 by <a\nhref=\"https://github.com/ericsciple\"><code>@ericsciple</code></a> in <a\nhref=\"https://redirect.github.com/actions/checkout/pull/2305\">actions/checkout#2305</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a\nhref=\"https://github.com/actions/checkout/compare/v4...v4.3.1\">https://github.com/actions/checkout/compare/v4...v4.3.1</a></p>\n<h2>v4.3.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>docs: update README.md by <a\nhref=\"https://github.com/motss\"><code>@motss</code></a> in <a\nhref=\"https://redirect.github.com/actions/checkout/pull/1971\">actions/checkout#1971</a></li>\n<li>Add internal repos for checking out multiple repositories by <a\nhref=\"https://github.com/mouismail\"><code>@mouismail</code></a> in <a\nhref=\"https://redirect.github.com/actions/checkout/pull/1977\">actions/checkout#1977</a></li>\n<li>Documentation update - add recommended permissions to Readme by <a\nhref=\"https://github.com/benwells\"><code>@benwells</code></a> in <a\nhref=\"https://redirect.github.com/actions/checkout/pull/2043\">actions/checkout#2043</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3\"><code>1af3b93</code></a>\nupdate readme/changelog for v6 (<a\nhref=\"https://redirect.github.com/actions/checkout/issues/2311\">#2311</a>)</li>\n<li><a\nhref=\"https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e\"><code>71cf226</code></a>\nv6-beta (<a\nhref=\"https://redirect.github.com/actions/checkout/issues/2298\">#2298</a>)</li>\n<li><a\nhref=\"https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e\"><code>069c695</code></a>\nPersist creds to a separate file (<a\nhref=\"https://redirect.github.com/actions/checkout/issues/2286\">#2286</a>)</li>\n<li><a\nhref=\"https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493\"><code>ff7abcd</code></a>\nUpdate README to include Node.js 24 support details and requirements (<a\nhref=\"https://redirect.github.com/actions/checkout/issues/2248\">#2248</a>)</li>\n<li><a\nhref=\"https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8\"><code>08c6903</code></a>\nPrepare v5.0.0 release (<a\nhref=\"https://redirect.github.com/actions/checkout/issues/2238\">#2238</a>)</li>\n<li><a\nhref=\"https://github.com/actions/checkout/commit/9f265659d3bb64ab1440b03b12f4d47a24320917\"><code>9f26565</code></a>\nUpdate actions checkout to use node 24 (<a\nhref=\"https://redirect.github.com/actions/checkout/issues/2226\">#2226</a>)</li>\n<li>See full diff in <a\nhref=\"https://github.com/actions/checkout/compare/v4...v6\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>", "name": "spiderfoot", "description": "Setup spiderfoot, OSINT tool", "summary_fields": { "dependencies": [], "namespace": { "id": 3568, "name": "juju4", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a04-f5d3-73a1-b08a-f17888be6073/avatar/" }, "provider_namespace": { "id": 16355, "name": "juju4", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/16355/" }, "repository": { "name": "ansible-spiderfoot", "original_name": "ansible-spiderfoot" }, "tags": [ "system", "security", "osint" ], "versions": [ { "id": "b75523a4-fc50-4bf6-81d5-4c8203de87bd", "name": "0.9.0", "release_date": "2025-12-05T23:55:02+00:00" }, { "id": "11137031-0818-4447-9459-5fe8ed14632f", "name": "0.8.0", "release_date": "2025-03-29T20:29:01+00:00" }, { "id": "9871e9bc-ef97-434b-85d2-1d910f92cc40", "name": "0.7.0", "release_date": "2024-11-24T19:43:41+00:00" } ] }, "download_count": 25 }, { "id": 39630, "upstream_id": null, "created": "2024-11-24T21:20:47.886034Z", "modified": "2024-11-25T03:16:52.530528Z", "imported": "2024-11-25T03:16:52.357031", "github_user": "ten7", "username": "ten7", "github_repo": "mysql-backup", "github_branch": "main", "commit": "b0846129c4155633f1ea97aca0d899ed67e302f6", "commit_message": "Remove aws_s3 module, use s3cmd instead.\n", "name": "mysql-backup", "description": "Backup you MySQL and MariaDB databases to S3 or SFTP", "summary_fields": { "dependencies": [], "namespace": { "id": 6864, "name": "ten7", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018b8bdd-b35c-70d2-9dc5-81efcf9f1855/avatar/" }, "provider_namespace": { "id": 11194, "name": "ten7", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/11194/" }, "repository": { "name": "mysql-backup", "original_name": "mysql-backup" }, "tags": [ "backup", "website", "mysql" ], "versions": [ { "id": "e69245e1-0059-4c3f-9eae-9897ef2db660", "name": "1.0.4", "release_date": "2024-11-24T21:09:47-06:00" }, { "id": "1eb3160c-7967-4f6f-8781-ad3c219d9697", "name": "1.0.3", "release_date": "2024-11-24T19:49:03-06:00" }, { "id": "61843dde-eaa6-43bd-951a-1937ce192e20", "name": "1.0.2", "release_date": "2023-08-21T10:34:32-05:00" }, { "id": "4c895f16-6fa8-4b6e-9623-d2a5b6b545d2", "name": "1.0.1", "release_date": "2023-08-21T10:34:32-05:00" }, { "id": "94639d8b-c52e-4555-a3dd-31bc691ad8ca", "name": "1.0.0", "release_date": "2022-09-29T14:12:48-05:00" } ] }, "download_count": 23 }, { "id": 39631, "upstream_id": null, "created": "2024-11-25T13:12:21.324625Z", "modified": "2024-11-25T13:12:21.410642Z", "imported": "2024-11-25T13:12:21.301863", "github_user": "madhushomelab", "username": "madhushomelab", "github_repo": "myrole1", "github_branch": "master", "commit": "fcf574ff8602515cfe2a9d40d01615af18e2ffeb", "commit_message": "first commit\n", "name": "myrole1", "description": "your role description", "summary_fields": { "dependencies": [], "namespace": { "id": 18715, "name": "madhushomelab", "avatar_url": "https://github.com/madhushomelab.png" }, "provider_namespace": { "id": 28253, "name": "madhushomelab", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/28253/" }, "repository": { "name": "myrole1", "original_name": "myrole1" }, "tags": [], "versions": [] }, "download_count": 20 }, { "id": 39632, "upstream_id": null, "created": "2024-11-25T13:43:09.875331Z", "modified": "2024-11-25T13:43:10.215866Z", "imported": "2024-11-25T13:43:09.866607", "github_user": "prasadkaniganti", "username": "prasadkaniganti", "github_repo": "appache", "github_branch": "main", "commit": "efe2a48108b745df42d99d4551063e9457ae0d59", "commit_message": "fully files commit\n", "name": "appache", "description": "your role description", "summary_fields": { "dependencies": [], "namespace": { "id": 18721, "name": "prasadkaniganti", "avatar_url": "https://github.com/prasadkaniganti.png" }, "provider_namespace": { "id": 28259, "name": "prasadkaniganti", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/28259/" }, "repository": { "name": "appache", "original_name": "appache" }, "tags": [], "versions": [] }, "download_count": 19 }, { "id": 39633, "upstream_id": null, "created": "2024-11-25T14:16:20.128020Z", "modified": "2024-12-08T08:39:51.107999Z", "imported": "2024-12-08T08:39:51.069165", "github_user": "Doron126", "username": "Doron126", "github_repo": "Ansible-Galaxy-LAMP-Role", "github_branch": "main", "commit": "196ec8d6f9a2f25fa70134cad7f7f9056403123e", "commit_message": "Update README.md", "name": "lamp_server", "description": "IT", "summary_fields": { "dependencies": [], "namespace": { "id": 18728, "name": "Doron126", "avatar_url": "https://github.com/Doron126.png" }, "provider_namespace": { "id": 28265, "name": "doron126", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/28265/" }, "repository": { "name": "Ansible-Galaxy-LAMP-Role", "original_name": "Ansible-Galaxy-LAMP-Role" }, "tags": [ "lamp", "php", "apache", "mysql", "ubuntu", "web", "database", "server" ], "versions": [] }, "download_count": 26 }, { "id": 39634, "upstream_id": null, "created": "2024-11-26T08:47:43.262551Z", "modified": "2024-11-26T08:47:43.299507Z", "imported": "2024-11-26T08:47:43.260520", "github_user": "VTechnologies-NagireddyVenna", "username": "VTechnologies-NagireddyVenna", "github_repo": "Apache_Ansible", "github_branch": "main", "commit": "4022f4e3359b6014c0f374e62d63221520b99cb4", "commit_message": "Added\n", "name": "Apache_Ansible", "description": "your role description", "summary_fields": { "dependencies": [], "namespace": { "id": 13101, "name": "VTechnologies-NagireddyVenna", "avatar_url": "https://github.com/VTechnologies-NagireddyVenna.png" }, "provider_namespace": { "id": 22873, "name": "vtechnologies_nagireddyvenna", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/22873/" }, "repository": { "name": "Apache_Ansible", "original_name": "Apache_Ansible" }, "tags": [], "versions": [] }, "download_count": 18 }, { "id": 39635, "upstream_id": null, "created": "2024-11-27T10:48:30.288830Z", "modified": "2024-11-27T10:48:30.327291Z", "imported": "2024-11-27T10:48:30.282750", "github_user": "mosonyi", "username": "mosonyi", "github_repo": "kafka_exporter-ansible-role", "github_branch": "master", "commit": "f089744c4b51f554a246e4270cf4d6ffa55e4073", "commit_message": "Change the name\n", "name": "kafka_exporter", "description": "Kafka exporter setup role to provide monitoring over Prometheus", "summary_fields": { "dependencies": [], "namespace": { "id": 18775, "name": "mosonyi", "avatar_url": "https://github.com/mosonyi.png" }, "provider_namespace": { "id": 28311, "name": "mosonyi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/28311/" }, "repository": { "name": "kafka_exporter-ansible-role", "original_name": "kafka_exporter-ansible-role" }, "tags": [ "configuration", "kafka", "exporter", "prometheus" ], "versions": [] }, "download_count": 1040 }, { "id": 39636, "upstream_id": null, "created": "2024-11-27T10:59:40.857909Z", "modified": "2025-08-20T18:01:16.558669Z", "imported": "2025-08-20T18:01:16.459924", "github_user": "ben-dataraven", "username": "dataraven", "github_repo": "ansible-role-unattended-upgrades", "github_branch": "main", "commit": "6a19530c0d0c912a25b002ebe11639132598d14b", "commit_message": "line 4 is needed to reset (empty) the default value (according to debian documentation and tested to be true on ubuntu servers)\n", "name": "unattended_upgrades", "description": "configure unattended upgrades", "summary_fields": { "dependencies": [], "namespace": { "id": 17227, "name": "dataraven", "avatar_url": "https://lh3.googleusercontent.com/ZQW1U9zMyahM8aqQi6HGIHNKoWMm2gC-JRxvrP-5XsjTTCDZKJwYuVnibAi0TpD3l_4PiGWH_8VCZONrq6fvZG03oLrsbHwL-XO9Wyi-jq8IwVzHZxZBICPO4PR5CRXOiA=w1280" }, "provider_namespace": { "id": 26813, "name": "dataraven", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/26813/" }, "repository": { "name": "ansible-role-unattended-upgrades", "original_name": "ansible-role-unattended-upgrades" }, "tags": [], "versions": [] }, "download_count": 44 } ] }