A list of legacy roles.

GET /api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=3291
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 36724,
    "next": "http://galaxy.ansible.com/api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=3292",
    "previous": "http://galaxy.ansible.com/api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=3290",
    "results": [
        {
            "id": 37720,
            "upstream_id": null,
            "created": "2024-01-22T14:04:55.088635Z",
            "modified": "2024-01-24T13:17:13.206730Z",
            "imported": "2024-01-24T13:17:13.143814",
            "github_user": "kolesaev",
            "username": "kolesaev",
            "github_repo": "ansible-role-openvpn",
            "github_branch": "v0.10.3",
            "commit": "c6ad999177a20181249a99d90c28d211686f1366",
            "commit_message": "Edit client config perms\n",
            "name": "openvpn",
            "description": "OpenVPN playbook for CentOS/Fedora/RHEL/RHEL clones & Ubuntu/Debian",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 10203,
                    "name": "kolesaev",
                    "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a05-b5d6-7488-a970-2ae065e9d38b/avatar/"
                },
                "provider_namespace": {
                    "id": 19716,
                    "name": "kolesaev",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/19716/"
                },
                "repository": {
                    "name": "ansible-role-openvpn",
                    "original_name": "ansible-role-openvpn"
                },
                "tags": [
                    "networking"
                ],
                "versions": [
                    {
                        "id": "737294f8-752c-416a-821a-069a2c2e5c87",
                        "name": "v0.10.3",
                        "release_date": "2024-01-24T16:16:47+03:00"
                    },
                    {
                        "id": "49e99fd3-17de-472a-907a-bad532236477",
                        "name": "v0.10.2",
                        "release_date": "2024-01-24T16:11:55+03:00"
                    },
                    {
                        "id": "8a333896-022f-4a74-8223-8daf77e676d2",
                        "name": "v0.10.1",
                        "release_date": "2024-01-24T16:01:55+03:00"
                    },
                    {
                        "id": "c0dea56b-aac4-431c-8537-c262dab17fb0",
                        "name": "v0.10.0",
                        "release_date": "2024-01-22T17:04:02+03:00"
                    },
                    {
                        "id": "eb275809-3c39-411f-ac56-ebf6662fb210",
                        "name": "v0.9.1",
                        "release_date": "2021-06-12T20:49:11-07:00"
                    },
                    {
                        "id": "4ccc8f38-b824-41d6-ac5d-c74fbbcd9d18",
                        "name": "v0.9.0",
                        "release_date": "2021-06-12T15:25:26-07:00"
                    }
                ]
            },
            "download_count": 29
        },
        {
            "id": 37721,
            "upstream_id": null,
            "created": "2024-01-22T14:33:32.847201Z",
            "modified": "2024-01-22T14:33:32.887517Z",
            "imported": "2024-01-22T14:33:32.844914",
            "github_user": "neetaniraula",
            "username": "neetaniraula",
            "github_repo": "myapache",
            "github_branch": "main",
            "commit": "1dd6e6b1a4b0a5d9cb663233793acc3739cb641e",
            "commit_message": "adding roles\n",
            "name": "myapache",
            "description": "your role description",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 12870,
                    "name": "neetaniraula",
                    "avatar_url": "https://github.com/neetaniraula.png"
                },
                "provider_namespace": {
                    "id": 22658,
                    "name": "neetaniraula",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/22658/"
                },
                "repository": {
                    "name": "myapache",
                    "original_name": "myapache"
                },
                "tags": [],
                "versions": []
            },
            "download_count": 25
        },
        {
            "id": 37723,
            "upstream_id": null,
            "created": "2024-01-22T18:34:30.554971Z",
            "modified": "2024-01-22T18:34:30.621201Z",
            "imported": "2024-01-22T18:34:30.552684",
            "github_user": "githubixx",
            "username": "githubixx",
            "github_repo": "ansible-role-hetzner-floating-ip",
            "github_branch": "master",
            "commit": "f118c2f8c156543a2189e2e16f1e20fae9241639",
            "commit_message": "4.0.0 (#3)\n\n* meta/main.yml: rename role to 'hetzner_floating_ip' / add 'role_name: hetzner_floating_ip' / add 'namespace: githubixx'\r\n\r\n* remove Ubuntu 16.04 and 18.04 support (reached EOL)\r\n\r\n* meta/main.yml: fix ansible-lint issues\r\n\r\n* meta/main.yml: increase min_ansible_version to 2.9\r\n\r\n* tasks/main.yml: fix ansible-lint issues\r\n\r\n* tasks/setup_interfaces.yml: fix ansible-lint issues\r\n\r\n* rename githubixx.hetzner-floating-ip to githubixx.hetzner_floating_ip\r\n\r\n* tasks/setup_netplan.yml: fix ansible-lint issues\r\n\r\n* add Ubuntu 22.04 support\r\n\r\n* remove support for ifupdown network handling (Ubuntu <= 18.04) / remove unneeded directories\r\n\r\n* rename python-apt package to python-apt-common\r\n\r\n* update README\r\n\r\n* add Github workflow\r\n\r\n* update CHANGELOG\r\n\r\n* defaults/main.yml: remove unneeded variables\r\n\r\n* update CHANGELOG and README",
            "name": "hetzner_floating_ip",
            "description": "Adds a floating IP (v4 and/or v6) to a Hetzner Cloud host with additional options available.",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 2556,
                    "name": "githubixx",
                    "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a02-1d90-772b-9fe6-6b23c84e606b/avatar/"
                },
                "provider_namespace": {
                    "id": 13351,
                    "name": "githubixx",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/13351/"
                },
                "repository": {
                    "name": "ansible-role-hetzner-floating-ip",
                    "original_name": "ansible-role-hetzner-floating-ip"
                },
                "tags": [
                    "networking",
                    "interface",
                    "linux",
                    "ubuntu",
                    "hetzner",
                    "cloud"
                ],
                "versions": [
                    {
                        "id": "7ea6f0c1-3101-4d5e-9475-69b190d9113d",
                        "name": "4.0.0",
                        "release_date": "2024-01-22T19:33:45+01:00"
                    },
                    {
                        "id": "54ced143-d404-4bc4-8df2-261ec08914ae",
                        "name": "3.0.0",
                        "release_date": "2020-07-31T23:59:17+02:00"
                    },
                    {
                        "id": "93258cce-278e-4600-82c6-4c0a3c8506b5",
                        "name": "2.0.0",
                        "release_date": "2019-01-07T22:27:47+01:00"
                    }
                ]
            },
            "download_count": 25
        },
        {
            "id": 37726,
            "upstream_id": null,
            "created": "2024-01-22T19:16:28.476803Z",
            "modified": "2024-01-24T02:26:10.779863Z",
            "imported": "2024-01-24T02:26:10.718556",
            "github_user": "shaneholloman",
            "username": "shaneholloman",
            "github_repo": "ansible-role-model",
            "github_branch": "main",
            "commit": "cee243a0ba1b23b0e02e980d54a4617dea555c82",
            "commit_message": "Update docs, license and galaxy meta file\n",
            "name": "model",
            "description": "This is only an Ansible Role development template",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 8479,
                    "name": "shaneholloman",
                    "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a17-ecd6-7924-a60f-a692a9afe524/avatar/"
                },
                "provider_namespace": {
                    "id": 14054,
                    "name": "shaneholloman",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/14054/"
                },
                "repository": {
                    "name": "ansible-role-model",
                    "original_name": "ansible-role-model"
                },
                "tags": [
                    "system"
                ],
                "versions": [
                    {
                        "id": "b65e46b5-d705-4fb0-b2e3-0b27c267bb84",
                        "name": "2.2.0",
                        "release_date": "2024-01-24T14:53:17+13:00"
                    },
                    {
                        "id": "3eaaa104-7b30-4aa8-a50d-502a876144d0",
                        "name": "2.0.5",
                        "release_date": "2024-01-23T12:20:45+13:00"
                    },
                    {
                        "id": "517514d0-277f-4067-9c44-623c5e864dd2",
                        "name": "2.0.4",
                        "release_date": "2024-01-23T12:16:33+13:00"
                    },
                    {
                        "id": "4d677c5e-4a44-4470-aefd-139f0cbe14f3",
                        "name": "2.0.3",
                        "release_date": "2024-01-23T08:43:12+13:00"
                    },
                    {
                        "id": "6903d8e9-ae8b-442e-a7e8-6867633f16af",
                        "name": "2.0.2",
                        "release_date": "2024-01-23T08:30:55+13:00"
                    },
                    {
                        "id": "8086300e-4613-4397-9266-d4f8e5aaeee4",
                        "name": "2.0.1",
                        "release_date": "2024-01-23T08:20:54+13:00"
                    },
                    {
                        "id": "b6df2f0e-b896-46e7-ab29-e9b08ae4637b",
                        "name": "2.0.0",
                        "release_date": "2024-01-23T08:06:46+13:00"
                    }
                ]
            },
            "download_count": 25
        },
        {
            "id": 37727,
            "upstream_id": null,
            "created": "2024-01-23T02:01:35.083184Z",
            "modified": "2024-01-24T02:26:06.421344Z",
            "imported": "2024-01-24T02:26:06.371605",
            "github_user": "shaneholloman",
            "username": "shaneholloman",
            "github_repo": "ansible-role-iptables",
            "github_branch": "main",
            "commit": "dd5b47f1a9822b49505f93693665d68125bbcf1b",
            "commit_message": "Update docs, license and galaxy meta file\n",
            "name": "iptables",
            "description": "Simple iptables firewall for most Unix-like systems.",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 8479,
                    "name": "shaneholloman",
                    "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a17-ecd6-7924-a60f-a692a9afe524/avatar/"
                },
                "provider_namespace": {
                    "id": 14054,
                    "name": "shaneholloman",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/14054/"
                },
                "repository": {
                    "name": "ansible-role-iptables",
                    "original_name": "ansible-role-iptables"
                },
                "tags": [
                    "networking",
                    "system",
                    "security",
                    "firewall",
                    "iptables",
                    "tcp"
                ],
                "versions": [
                    {
                        "id": "937a5a2b-a1bd-4562-bb9f-b3565d754be2",
                        "name": "2.2.0",
                        "release_date": "2024-01-24T14:57:14+13:00"
                    },
                    {
                        "id": "a48b42c1-580b-4bd8-b569-0f5549c33f22",
                        "name": "2.0.0",
                        "release_date": "2024-01-23T14:59:32+13:00"
                    }
                ]
            },
            "download_count": 41
        },
        {
            "id": 37728,
            "upstream_id": null,
            "created": "2024-01-23T02:17:39.020969Z",
            "modified": "2024-01-23T02:17:39.062038Z",
            "imported": "2024-01-23T02:17:39.018570",
            "github_user": "andrewrothstein",
            "username": "andrewrothstein",
            "github_repo": "ansible-tftpd_hpa",
            "github_branch": "1.0.0",
            "commit": "4ca66cfee4e80bc00bd573e4622c1ac0f205926b",
            "commit_message": "delint\n",
            "name": "tftpd_hpa",
            "description": "installs and configures tftpd-hpa",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 460,
                    "name": "andrewrothstein",
                    "avatar_url": "https://avatars3.githubusercontent.com/u/1834894?v=4"
                },
                "provider_namespace": {
                    "id": 2098,
                    "name": "andrewrothstein",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/2098/"
                },
                "repository": {
                    "name": "ansible-tftpd_hpa",
                    "original_name": "ansible-tftpd_hpa"
                },
                "tags": [
                    "development"
                ],
                "versions": [
                    {
                        "id": "e6e8632f-e7fa-4b9d-b01c-0dda9ef8d111",
                        "name": "1.0.0",
                        "release_date": "2024-01-23T02:13:52+00:00"
                    }
                ]
            },
            "download_count": 23
        },
        {
            "id": 37729,
            "upstream_id": null,
            "created": "2024-01-23T11:16:18.439779Z",
            "modified": "2024-01-23T11:18:04.350795Z",
            "imported": "2024-01-23T11:18:04.289630",
            "github_user": "stackhpc",
            "username": "stackhpc",
            "github_repo": "ansible-role-os-manila-mount",
            "github_branch": "v24.1.0",
            "commit": "6d33bb560bb14fff4853dc31f3081382a460dee0",
            "commit_message": "Merge pull request #6 from stackhpc/feat/openstack-sdk\n\nModernise role",
            "name": "os_manila_mount",
            "description": "Mount OpenStack manila shares (CephFS native only)",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 6599,
                    "name": "stackhpc",
                    "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a18-e82e-7bd3-82d5-f95e76e676a6/avatar/"
                },
                "provider_namespace": {
                    "id": 1256,
                    "name": "stackhpc",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/1256/"
                },
                "repository": {
                    "name": "ansible-role-os-manila-mount",
                    "original_name": "ansible-role-os-manila-mount"
                },
                "tags": [
                    "openstack",
                    "manila",
                    "ceph",
                    "cephfs"
                ],
                "versions": [
                    {
                        "id": "2684891f-e5fd-4577-bde1-c3a0a966f530",
                        "name": "v24.1.0",
                        "release_date": "2024-01-23T11:10:17+00:00"
                    },
                    {
                        "id": "beee64e2-549f-46db-80bd-20396fa372cd",
                        "name": "v20.7.0",
                        "release_date": "2020-07-08T18:02:04+01:00"
                    },
                    {
                        "id": "3aca150a-3907-430c-84e2-6f403d86c690",
                        "name": "v19.6.1",
                        "release_date": "2019-06-13T15:28:14+01:00"
                    },
                    {
                        "id": "a4ef2de1-c2fa-41d3-9601-44f515e31bcd",
                        "name": "v19.1.1",
                        "release_date": "2019-03-21T14:06:29+00:00"
                    }
                ]
            },
            "download_count": 20
        },
        {
            "id": 37730,
            "upstream_id": null,
            "created": "2024-01-23T11:26:43.997742Z",
            "modified": "2024-01-23T11:26:44.030989Z",
            "imported": "2024-01-23T11:26:43.995796",
            "github_user": "dtoch56",
            "username": "dtoch56",
            "github_repo": "ansible-role-kvm-provision",
            "github_branch": "main",
            "commit": "2400405add4633eb505170ef9059db6c5517a053",
            "commit_message": "Initial commit\n",
            "name": "kvm_provision",
            "description": "Provision KVM virtual machines",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 1954,
                    "name": "dtoch56",
                    "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a00-4409-7daf-b1ef-a477e3a81f4e/avatar/"
                },
                "provider_namespace": {
                    "id": 15102,
                    "name": "dtoch56",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/15102/"
                },
                "repository": {
                    "name": "ansible-role-kvm-provision",
                    "original_name": "ansible-role-kvm-provision"
                },
                "tags": [
                    "provision",
                    "kvm"
                ],
                "versions": [
                    {
                        "id": "5d2324dc-f92e-4a33-aa6b-0cf74de415d5",
                        "name": "v0.0.1",
                        "release_date": "2024-01-23T14:19:33+03:00"
                    }
                ]
            },
            "download_count": 35
        },
        {
            "id": 37735,
            "upstream_id": null,
            "created": "2024-01-24T08:41:48.144495Z",
            "modified": "2025-12-22T10:10:42.827131Z",
            "imported": "2025-12-22T10:10:42.751269",
            "github_user": "rolehippie",
            "username": "rolehippie",
            "github_repo": "amtool",
            "github_branch": "master",
            "commit": "54034ba587887d4c481f5f78a26478c8c6a9ba34",
            "commit_message": "ci(tools): update actionhippie/ansible-doctor digest to fc6f8ab (#38)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
            "name": "amtool",
            "description": "Ansible role to install Alertmanager CLI",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 5968,
                    "name": "rolehippie",
                    "avatar_url": "https://github.com/rolehippie.png"
                },
                "provider_namespace": {
                    "id": 9799,
                    "name": "rolehippie",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/9799/"
                },
                "repository": {
                    "name": "amtool",
                    "original_name": "amtool"
                },
                "tags": [
                    "prometheus",
                    "alerting",
                    "altermanager",
                    "cli"
                ],
                "versions": [
                    {
                        "id": "4f8844a8-cb85-4639-b29f-467fa9da613d",
                        "name": "v2.5.0",
                        "release_date": "2025-12-22T08:26:08+00:00"
                    },
                    {
                        "id": "3b350eba-ad09-437b-9bb6-ac22950d964d",
                        "name": "v2.4.0",
                        "release_date": "2025-11-10T08:29:47+00:00"
                    },
                    {
                        "id": "80b7bdca-49ee-4c7e-b889-f79e42a89e81",
                        "name": "v2.3.0",
                        "release_date": "2025-09-29T09:28:09+00:00"
                    },
                    {
                        "id": "27d04069-375c-4445-be35-31405545590a",
                        "name": "v2.2.1",
                        "release_date": "2025-03-10T08:18:01+00:00"
                    },
                    {
                        "id": "bdb87c5b-c67a-4384-8341-4974351bf435",
                        "name": "v2.2.0",
                        "release_date": "2025-01-20T08:19:33+00:00"
                    },
                    {
                        "id": "d7ddcf80-2f5b-4011-aee9-2c02db5b21a5",
                        "name": "v2.1.0",
                        "release_date": "2024-03-18T08:13:36+00:00"
                    },
                    {
                        "id": "849232e3-c502-46b4-b0d6-a9c2b94e1ad8",
                        "name": "v2.0.0",
                        "release_date": "2024-02-12T08:14:55+00:00"
                    },
                    {
                        "id": "6fb5fbe3-1c5e-459a-ae17-61318dac21f4",
                        "name": "v1.0.0",
                        "release_date": "2024-01-24T08:45:46+00:00"
                    }
                ]
            },
            "download_count": 23
        },
        {
            "id": 37736,
            "upstream_id": null,
            "created": "2024-01-24T19:04:35.789532Z",
            "modified": "2024-01-30T12:52:27.587971Z",
            "imported": "2024-01-30T12:52:27.527857",
            "github_user": "chrisurf",
            "username": "chrisurf",
            "github_repo": "ansible-role-oh-my-zsh",
            "github_branch": "main",
            "commit": "6c8666a85d14d1c73c9c0d763bf81dd7b1e8ec25",
            "commit_message": ":sparkles: release: v1.0.4\n",
            "name": "oh_my_zsh",
            "description": "Role to set up Oh My Zsh with Powerlevel10k",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 12931,
                    "name": "chrisurf",
                    "avatar_url": "https://github.com/chrisurf.png"
                },
                "provider_namespace": {
                    "id": 22714,
                    "name": "chrisurf",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/22714/"
                },
                "repository": {
                    "name": "ansible-role-oh-my-zsh",
                    "original_name": "ansible-role-oh-my-zsh"
                },
                "tags": [
                    "zsh",
                    "omz"
                ],
                "versions": [
                    {
                        "id": "3f3736da-f9eb-4ba4-ae2f-71b4723a81fe",
                        "name": "v1.0.4",
                        "release_date": "2024-01-30T11:41:43+00:00"
                    },
                    {
                        "id": "ecc84f08-d4b6-4b48-9ebc-d9bc42f8934f",
                        "name": "v1.0.3",
                        "release_date": "2024-01-29T10:37:29+00:00"
                    },
                    {
                        "id": "282dd006-e079-4f45-99f7-e54e07f1f80a",
                        "name": "v1.0.2",
                        "release_date": "2024-01-29T10:06:35+00:00"
                    },
                    {
                        "id": "0528599c-08ce-4fa4-9ef1-6df1df0656de",
                        "name": "v1.0.1",
                        "release_date": "2024-01-29T08:59:10+00:00"
                    }
                ]
            },
            "download_count": 39
        }
    ]
}