Legacy Roles
A list of legacy roles.
GET /api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=2330
{ "count": 37669, "next": "http://galaxy.ansible.com/api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=2331", "previous": "http://galaxy.ansible.com/api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=2329", "results": [ { "id": 26851, "upstream_id": 26040, "created": "2023-05-08T21:38:50.121135Z", "modified": "2023-10-29T18:46:29.164069Z", "imported": "2018-06-02T16:33:52.147635-04:00", "github_user": "sourcejedi", "username": "sourcejedi", "github_repo": "ansible-ccache", "github_branch": "master", "commit": "c634929d22889d366977a159e9d95778a35cccd1", "commit_message": "Fiddle README, galaxy description", "name": "ccache", "description": "Install ccache", "summary_fields": { "dependencies": [], "namespace": { "id": 6529, "name": "sourcejedi", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-b15e-7fbe-a4d9-cc221d211812/avatar/" }, "provider_namespace": { "id": 18666, "name": "sourcejedi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18666/" }, "repository": { "name": "ansible-ccache", "original_name": "ansible-ccache" }, "tags": [], "versions": [] }, "download_count": 43 }, { "id": 26852, "upstream_id": null, "created": "2023-05-08T21:38:50.192272Z", "modified": "2026-01-24T16:34:49.755279Z", "imported": "2026-01-24T16:34:49.734735", "github_user": "sourcejedi", "username": "sourcejedi", "github_repo": "ansible-cups", "github_branch": "master", "commit": "f686312e2d3035b6282c0240b0a34ae8d12ab061", "commit_message": "Fix apply_error_policy.sh error when there are no existing printers\n", "name": "cups", "description": "Install the CUPS printer service, and apply my preferred defaults.", "summary_fields": { "dependencies": [], "namespace": { "id": 6529, "name": "sourcejedi", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-b15e-7fbe-a4d9-cc221d211812/avatar/" }, "provider_namespace": { "id": 18666, "name": "sourcejedi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18666/" }, "repository": { "name": "ansible-cups", "original_name": "ansible-cups" }, "tags": [], "versions": [] }, "download_count": 48 }, { "id": 26853, "upstream_id": 43608, "created": "2023-05-08T21:38:50.261606Z", "modified": "2023-10-29T18:46:29.167548Z", "imported": "2021-10-28T09:52:54.189389-04:00", "github_user": "sourcejedi", "username": "sourcejedi", "github_repo": "ansible_disable_unwanted_servers", "github_branch": "master", "commit": "94171547a06ddae94f9ec23480954f46e25b3db8", "commit_message": "Revert \"Add recommendation for Oefenweb.ufw\"\n\nThis reverts commit 6d1ad364f90bc5460306eda4b0f520ff89e8811d.", "name": "disable_unwanted_servers", "description": "Prevent network services from being enabled by accident, when you install certain packages. For Debian/Ubuntu based operating systems.", "summary_fields": { "dependencies": [], "namespace": { "id": 6529, "name": "sourcejedi", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-b15e-7fbe-a4d9-cc221d211812/avatar/" }, "provider_namespace": { "id": 18666, "name": "sourcejedi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18666/" }, "repository": { "name": "ansible_disable_unwanted_servers", "original_name": "ansible_disable_unwanted_servers" }, "tags": [ "rpcbind", "security" ], "versions": [] }, "download_count": 40 }, { "id": 26854, "upstream_id": 16470, "created": "2023-05-08T21:38:50.340275Z", "modified": "2023-10-29T18:46:29.172152Z", "imported": "2023-03-05T05:52:16.173637-05:00", "github_user": "sourcejedi", "username": "sourcejedi", "github_repo": "ansible-etckeeper", "github_branch": "master", "commit": "ea478f86407b4575288b425bf6fac1a112a11561", "commit_message": "'warn: no' is not supported in ansible 2.14.2\n\nFortunately, these warnings have also been removed.", "name": "etckeeper", "description": "Install etckeeper. Track the contents of /etc using a version control system.", "summary_fields": { "dependencies": [], "namespace": { "id": 6529, "name": "sourcejedi", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-b15e-7fbe-a4d9-cc221d211812/avatar/" }, "provider_namespace": { "id": 18666, "name": "sourcejedi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18666/" }, "repository": { "name": "ansible-etckeeper", "original_name": "ansible-etckeeper" }, "tags": [], "versions": [] }, "download_count": 3562 }, { "id": 26855, "upstream_id": null, "created": "2023-05-08T21:38:50.422605Z", "modified": "2026-01-23T21:15:49.957398Z", "imported": "2026-01-23T21:15:49.908417", "github_user": "sourcejedi", "username": "sourcejedi", "github_repo": "ansible-firewalld", "github_branch": "master", "commit": "5693b89df9f2ad4fd636f4f36baba485ef3fbdb6", "commit_message": "Fix false default variable (was None)\n\nIt started producing an error (ansible-core 2.19.5-1ppa~noble):\n\nConditional result (False) was derived from value of type 'NoneType' at '<unknown>'. Conditionals must have a boolean result.\nOrigin: /home/alan-sysop/ansible/roles/sourcejedi.firewalld/tasks/main-tasks.yml:51:9\n\n49 check_mode: no\n50 changed_when: False\n51 when: firewalld__check_errors\n ^ column 9\n\nBroken conditionals can be temporarily allowed with the `ALLOW_BROKEN_CONDITIONALS` configuration option.\n", "name": "firewalld", "description": "Minimalist firewall role. Supports change over time. (When you remove a port from your config, it is blocked again).", "summary_fields": { "dependencies": [], "namespace": { "id": 6529, "name": "sourcejedi", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-b15e-7fbe-a4d9-cc221d211812/avatar/" }, "provider_namespace": { "id": 18666, "name": "sourcejedi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18666/" }, "repository": { "name": "ansible-firewalld", "original_name": "ansible-firewalld" }, "tags": [ "firewall", "security" ], "versions": [] }, "download_count": 57 }, { "id": 26856, "upstream_id": null, "created": "2023-05-08T21:38:50.491460Z", "modified": "2026-08-26T15:41:46.808285Z", "imported": "2026-08-26T15:41:46.762414", "github_user": "sourcejedi", "username": "sourcejedi", "github_repo": "ansible-google-chrome", "github_branch": "master", "commit": "4bbe2e7e83dded697ee7377807572109ea9d12b8", "commit_message": "apt: update to use DEB822 .sources file\n", "name": "google_chrome", "description": "Install the Google Chrome web browser", "summary_fields": { "dependencies": [], "namespace": { "id": 6529, "name": "sourcejedi", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-b15e-7fbe-a4d9-cc221d211812/avatar/" }, "provider_namespace": { "id": 18666, "name": "sourcejedi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18666/" }, "repository": { "name": "ansible-google-chrome", "original_name": "ansible-google-chrome" }, "tags": [ "desktop" ], "versions": [] }, "download_count": 132 }, { "id": 26857, "upstream_id": 61641, "created": "2023-05-08T21:38:50.623996Z", "modified": "2023-10-29T18:46:29.189824Z", "imported": "2023-03-05T06:11:38.358822-05:00", "github_user": "sourcejedi", "username": "sourcejedi", "github_repo": "ansible-google-chrome-remove", "github_branch": "master", "commit": "f497be864aee73e41b6fc54239231ebe17633158", "commit_message": "'warn: no' is not supported in ansible 2.14.2\n\nFortunately, these warnings have also been removed.", "name": "google_chrome_remove", "description": "(Mostly) revert sourcejedi.google-chrome", "summary_fields": { "dependencies": [], "namespace": { "id": 6529, "name": "sourcejedi", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-b15e-7fbe-a4d9-cc221d211812/avatar/" }, "provider_namespace": { "id": 18666, "name": "sourcejedi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18666/" }, "repository": { "name": "ansible-google-chrome-remove", "original_name": "ansible-google-chrome-remove" }, "tags": [ "desktop" ], "versions": [] }, "download_count": 35 }, { "id": 26858, "upstream_id": 36235, "created": "2023-05-08T21:38:50.694668Z", "modified": "2023-10-29T18:46:29.193246Z", "imported": "2020-08-12T06:49:51.442640-04:00", "github_user": "sourcejedi", "username": "sourcejedi", "github_repo": "ansible-hdparm-noapm", "github_branch": "master", "commit": "f8ec364538eb853fa6c1417c4456f1bb5dd66b94", "commit_message": "Remove consideration of Debian 7 \"Wheezy\" and earlier", "name": "hdparm_noapm", "description": "Disable power saving on all hard drives", "summary_fields": { "dependencies": [], "namespace": { "id": 6529, "name": "sourcejedi", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-b15e-7fbe-a4d9-cc221d211812/avatar/" }, "provider_namespace": { "id": 18666, "name": "sourcejedi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18666/" }, "repository": { "name": "ansible-hdparm-noapm", "original_name": "ansible-hdparm-noapm" }, "tags": [], "versions": [] }, "download_count": 46 }, { "id": 26859, "upstream_id": 50250, "created": "2023-05-08T21:38:50.754902Z", "modified": "2023-10-29T18:46:29.196826Z", "imported": "2021-05-04T05:33:07.437428-04:00", "github_user": "sourcejedi", "username": "sourcejedi", "github_repo": "ansible-libvirt_nss", "github_branch": "master", "commit": "109e50f6f0fa2a06cdad487a79c82b2219aa343d", "commit_message": "meta: min_ansible_version, make ansible-galaxy happy", "name": "libvirt_nss", "description": "Install and enable libvirt-nss, to resolve the hostnames of your virtual machines.", "summary_fields": { "dependencies": [], "namespace": { "id": 6529, "name": "sourcejedi", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-b15e-7fbe-a4d9-cc221d211812/avatar/" }, "provider_namespace": { "id": 18666, "name": "sourcejedi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18666/" }, "repository": { "name": "ansible-libvirt_nss", "original_name": "ansible-libvirt_nss" }, "tags": [], "versions": [] }, "download_count": 43 }, { "id": 26860, "upstream_id": 18259, "created": "2023-05-08T21:38:50.822708Z", "modified": "2023-10-29T18:46:29.200376Z", "imported": "2018-12-14T09:27:30.921101-05:00", "github_user": "sourcejedi", "username": "sourcejedi", "github_repo": "ansible-nspawn-on-fedora", "github_branch": "master", "commit": "cd2f4904f6d12e8c40279424cc9cc8267d010702", "commit_message": "Fix deprecation warning ( `|changed` -> `.changed` )", "name": "nspawn-on-fedora", "description": "Work around issues with systemd-nspawn that happen on Fedora Linux", "summary_fields": { "dependencies": [], "namespace": { "id": 6529, "name": "sourcejedi", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-b15e-7fbe-a4d9-cc221d211812/avatar/" }, "provider_namespace": { "id": 18666, "name": "sourcejedi", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18666/" }, "repository": { "name": "ansible-nspawn-on-fedora", "original_name": "ansible-nspawn-on-fedora" }, "tags": [], "versions": [] }, "download_count": 48 } ] }