A list of legacy roles.

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

{
    "count": 37152,
    "next": null,
    "previous": "http://galaxy.ansible.com/api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=3715",
    "results": [
        {
            "id": 42711,
            "upstream_id": null,
            "created": "2026-03-26T15:07:02.446772Z",
            "modified": "2026-03-26T15:16:53.901623Z",
            "imported": "2026-03-26T15:16:53.818554",
            "github_user": "GiulioSavini",
            "username": "GiulioSavini",
            "github_repo": "icinga2-ansible-installer",
            "github_branch": "main",
            "commit": "468e7cc4048560831f9dba6dcc3867213972cbee",
            "commit_message": "Improve README: add clear configuration guide with where-to-find-info hints\n",
            "name": "icinga2_agent",
            "description": "Install Icinga2 agent on all major Linux distributions",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 26883,
                    "name": "GiulioSavini",
                    "avatar_url": "https://github.com/GiulioSavini.png"
                },
                "provider_namespace": {
                    "id": 36313,
                    "name": "giuliosavini",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/36313/"
                },
                "repository": {
                    "name": "icinga2-ansible-installer",
                    "original_name": "icinga2-ansible-installer"
                },
                "tags": [
                    "icinga2",
                    "monitoring",
                    "nagios",
                    "neteye",
                    "agent"
                ],
                "versions": []
            },
            "download_count": 3
        },
        {
            "id": 42712,
            "upstream_id": null,
            "created": "2026-03-26T16:46:08.496643Z",
            "modified": "2026-03-26T16:46:08.550518Z",
            "imported": "2026-03-26T16:46:08.492587",
            "github_user": "kevinmagni",
            "username": "kevinmagni",
            "github_repo": "zabbix-agent2-ansible-role",
            "github_branch": "main",
            "commit": "c10809ee161688d83023d7ce20276e5786bf35da",
            "commit_message": "Restructure role for Ansible Galaxy and add professional features\n\n- Move role structure from zabbix-agent/ to repo root (Galaxy requirement)\n- Translate all task names from Italian to English\n- Add proper Galaxy metadata (author, platforms, tags, namespace)\n- Add configurable defaults with zabbix_agent_version variable\n- Fix hardcoded 7.0 version across all task files\n- Replace hardcoded x86_64 with ansible_architecture (ARM support)\n- Fix RPM repository install idempotency (check before install)\n- Add ansible --check mode compatibility to all command tasks\n- Ensure all OS task files enable and start the service consistently\n- Add optional TLS/PSK encryption support\n- Add optional custom UserParameters deployment\n- Add optional firewall management (firewalld/ufw)\n- Add separate Server/ServerActive variables for Proxy support\n- Add extra_config dictionary for arbitrary config options\n- Add uninstall support via zabbix-agent-uninstall tag\n- Add Molecule testing framework with Docker scenarios\n- Add GitHub Actions CI (yamllint, ansible-lint, syntax-check, molecule)\n- Add CHANGELOG.md, .gitignore, .yamllint\n- Create professional README with badges, examples, and full docs\n- Move example playbook to examples/ directory\n- Rename template to zabbix_agent2.conf.j2 with ansible_managed header\n- Clean up tests (remove real IPs, use localhost)\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>\n",
            "name": "zabbix_agent2",
            "description": "Install and configure Zabbix Agent 2 from official repositories",
            "summary_fields": {
                "dependencies": [],
                "namespace": {
                    "id": 26920,
                    "name": "kevinmagni",
                    "avatar_url": "https://github.com/kevinmagni.png"
                },
                "provider_namespace": {
                    "id": 36350,
                    "name": "kevinmagni",
                    "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/36350/"
                },
                "repository": {
                    "name": "zabbix-agent2-ansible-role",
                    "original_name": "zabbix-agent2-ansible-role"
                },
                "tags": [
                    "zabbix",
                    "monitoring",
                    "agent",
                    "agent2",
                    "observability",
                    "linux",
                    "infrastructure"
                ],
                "versions": []
            },
            "download_count": 0
        }
    ]
}