Legacy Roles
A list of legacy roles.
GET /api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=1735
{ "count": 37631, "next": "http://galaxy.ansible.com/api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=1736", "previous": "http://galaxy.ansible.com/api/v1/roles/?format=api&namespace__name__in=ovirt%2Cwillow&page=1734", "results": [ { "id": 19964, "upstream_id": 4631, "created": "2023-05-08T21:17:37.741213Z", "modified": "2023-10-29T18:45:43.145631Z", "imported": "2020-10-24T10:01:51.856650-04:00", "github_user": "mrlesmithjr", "username": "mrlesmithjr", "github_repo": "ansible-elk-kibana", "github_branch": "master", "commit": "17343c2da256d2b3745a4644eae8c39bea795953", "commit_message": "Added variable to define if x-pack plugin is installed - Fixes issue #3\n\nSigned-off-by: Larry Smith Jr <[email protected]>", "name": "elk-kibana", "description": "An Ansible role to install/configure Kibana", "summary_fields": { "dependencies": [], "namespace": { "id": 4814, "name": "mrlesmithjr", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a08-8537-74a6-9f89-18566c844b9d/avatar/" }, "provider_namespace": { "id": 938, "name": "mrlesmithjr", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/938/" }, "repository": { "name": "ansible-elk-kibana", "original_name": "ansible-elk-kibana" }, "tags": [ "monitoring", "system", "web" ], "versions": [] }, "download_count": 2073 }, { "id": 19968, "upstream_id": 4677, "created": "2023-05-08T21:17:38.709653Z", "modified": "2023-10-29T18:45:43.193109Z", "imported": "2020-10-24T10:02:56.357447-04:00", "github_user": "mrlesmithjr", "username": "mrlesmithjr", "github_repo": "ansible-elkstack", "github_branch": "master", "commit": "989b05cb1127c77fd7c7f15dd40236a5763904a0", "commit_message": "Fixing output issue\n\nhttps://github.com/mrlesmithjr/ansible-elk-processor/issues/1\nSigned-off-by: Larry Smith Jr <[email protected]>", "name": "elkstack", "description": "Downloads all roles required to build a complete ELK-Stack.", "summary_fields": { "dependencies": [], "namespace": { "id": 4814, "name": "mrlesmithjr", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a08-8537-74a6-9f89-18566c844b9d/avatar/" }, "provider_namespace": { "id": 938, "name": "mrlesmithjr", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/938/" }, "repository": { "name": "ansible-elkstack", "original_name": "ansible-elkstack" }, "tags": [ "monitoring", "system" ], "versions": [] }, "download_count": 114 }, { "id": 19973, "upstream_id": 7106, "created": "2023-05-08T21:17:39.031909Z", "modified": "2023-10-29T18:46:01.776260Z", "imported": "2021-03-08T16:34:29.467559-05:00", "github_user": "mrlesmithjr", "username": "mrlesmithjr", "github_repo": "ansible-etc-hosts", "github_branch": "master", "commit": "472eb2d8ece1de323caf5f694ca9499f6d3e538b", "commit_message": "Merge pull request #5 from mrlesmithjr/refactoring-code\n\nRefactoring code", "name": "etc-hosts", "description": "An Ansible role that configures /etc/hosts", "summary_fields": { "dependencies": [], "namespace": { "id": 4814, "name": "mrlesmithjr", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a08-8537-74a6-9f89-18566c844b9d/avatar/" }, "provider_namespace": { "id": 938, "name": "mrlesmithjr", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/938/" }, "repository": { "name": "ansible-etc-hosts", "original_name": "ansible-etc-hosts" }, "tags": [ "system" ], "versions": [] }, "download_count": 12397 }, { "id": 19974, "upstream_id": 16556, "created": "2023-05-08T21:17:39.101698Z", "modified": "2023-10-29T18:46:01.779677Z", "imported": "2020-10-24T10:03:11.136004-04:00", "github_user": "mrlesmithjr", "username": "mrlesmithjr", "github_repo": "ansible-fail2ban", "github_branch": "master", "commit": "ec3488abc45aa328436924f7d0c491d798a31db1", "commit_message": "Merge pull request #1 from mrlesmithjr/enhancement/become-usage\n\nAdded become: true for tasks that require it", "name": "fail2ban", "description": "An [Ansible] role to install/configure [Fail2ban]", "summary_fields": { "dependencies": [], "namespace": { "id": 4814, "name": "mrlesmithjr", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a08-8537-74a6-9f89-18566c844b9d/avatar/" }, "provider_namespace": { "id": 938, "name": "mrlesmithjr", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/938/" }, "repository": { "name": "ansible-fail2ban", "original_name": "ansible-fail2ban" }, "tags": [ "security", "system" ], "versions": [] }, "download_count": 254 }, { "id": 19976, "upstream_id": 19410, "created": "2023-05-08T21:17:39.230466Z", "modified": "2023-10-29T18:46:01.790503Z", "imported": "2020-10-24T10:03:27.810381-04:00", "github_user": "mrlesmithjr", "username": "mrlesmithjr", "github_repo": "ansible-firewalld", "github_branch": "master", "commit": "111484fd517199c0db32d24947f106534f86dd09", "commit_message": "Issue #1 - Add Check Mode To Gather Zones\n\nAdded check_mode in order to gather zones even when in check mode to not\ncause failures.\n\nSigned-off-by: Larry Smith Jr <[email protected]>", "name": "firewalld", "description": "your descriptionAn [Ansible](https://www.ansible.com) role to manage [firewalld](http://www.firewalld.org/)", "summary_fields": { "dependencies": [], "namespace": { "id": 4814, "name": "mrlesmithjr", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a08-8537-74a6-9f89-18566c844b9d/avatar/" }, "provider_namespace": { "id": 938, "name": "mrlesmithjr", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/938/" }, "repository": { "name": "ansible-firewalld", "original_name": "ansible-firewalld" }, "tags": [ "firewall", "system" ], "versions": [] }, "download_count": 98 }, { "id": 19978, "upstream_id": 23512, "created": "2023-05-08T21:17:40.083926Z", "modified": "2023-10-29T18:46:01.797781Z", "imported": "2021-04-23T00:52:53.123134-04:00", "github_user": "mrlesmithjr", "username": "mrlesmithjr", "github_repo": "ansible-frr", "github_branch": "master", "commit": "dac083cac6e85129ac73a661d63b25311ed7dd64", "commit_message": "Create stale.yml", "name": "frr", "description": "Ansible role to install/configure [FRR](https://frrouting.org/)", "summary_fields": { "dependencies": [], "namespace": { "id": 4814, "name": "mrlesmithjr", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a08-8537-74a6-9f89-18566c844b9d/avatar/" }, "provider_namespace": { "id": 938, "name": "mrlesmithjr", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/938/" }, "repository": { "name": "ansible-frr", "original_name": "ansible-frr" }, "tags": [ "networking", "routing" ], "versions": [] }, "download_count": 103143 }, { "id": 19979, "upstream_id": 5835, "created": "2023-05-08T21:17:40.161029Z", "modified": "2023-10-29T18:46:01.803389Z", "imported": "2020-10-24T10:03:06.691452-04:00", "github_user": "mrlesmithjr", "username": "mrlesmithjr", "github_repo": "ansible-gerrit", "github_branch": "master", "commit": "839b39223718ddfa9a6b2213a1a21546c06fa85b", "commit_message": "Merge pull request #5 from angeloc/patch-1\n\ngerrit.service.j2: fixing pid location", "name": "gerrit", "description": "Installs and configures Gerrit Code Review...https://www.gerritcodereview.com/", "summary_fields": { "dependencies": [], "namespace": { "id": 4814, "name": "mrlesmithjr", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a08-8537-74a6-9f89-18566c844b9d/avatar/" }, "provider_namespace": { "id": 938, "name": "mrlesmithjr", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/938/" }, "repository": { "name": "ansible-gerrit", "original_name": "ansible-gerrit" }, "tags": [ "development" ], "versions": [] }, "download_count": 101 }, { "id": 19980, "upstream_id": 4647, "created": "2023-05-08T21:17:40.236978Z", "modified": "2023-10-29T18:46:01.807492Z", "imported": "2020-10-24T10:03:12.746701-04:00", "github_user": "mrlesmithjr", "username": "mrlesmithjr", "github_repo": "ansible-gitlab-ce", "github_branch": "master", "commit": "795a2e27d2787727df541be822d33bac8e372e92", "commit_message": "Fixing handler\n\nSigned-off-by: Larry Smith Jr <[email protected]>", "name": "gitlab-ce", "description": "Installs GitLab-CE - Configurable (E-Mail,LDAP Ready)", "summary_fields": { "dependencies": [], "namespace": { "id": 4814, "name": "mrlesmithjr", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a08-8537-74a6-9f89-18566c844b9d/avatar/" }, "provider_namespace": { "id": 938, "name": "mrlesmithjr", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/938/" }, "repository": { "name": "ansible-gitlab-ce", "original_name": "ansible-gitlab-ce" }, "tags": [ "development" ], "versions": [] }, "download_count": 264 }, { "id": 19981, "upstream_id": 18366, "created": "2023-05-08T21:17:40.316563Z", "modified": "2023-10-29T18:46:01.811487Z", "imported": "2020-03-17T18:03:19.663996-04:00", "github_user": "mrlesmithjr", "username": "mrlesmithjr", "github_repo": "ansible-gitlab-runner", "github_branch": "master", "commit": "92f284b0df707f4077526033274cb566bcb19a98", "commit_message": "Fixing linting issues", "name": "gitlab-runner", "description": "Ansible role to install/configure GitLab runner", "summary_fields": { "dependencies": [], "namespace": { "id": 4814, "name": "mrlesmithjr", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a08-8537-74a6-9f89-18566c844b9d/avatar/" }, "provider_namespace": { "id": 938, "name": "mrlesmithjr", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/938/" }, "repository": { "name": "ansible-gitlab-runner", "original_name": "ansible-gitlab-runner" }, "tags": [ "development" ], "versions": [ { "id": 121860, "name": "v1.0.1", "release_date": "2018-05-09T18:51:34-04:00" }, { "id": 121861, "name": "v1.0.0", "release_date": "2017-09-07T11:13:33-04:00" } ] }, "download_count": 319 }, { "id": 19982, "upstream_id": 4763, "created": "2023-05-08T21:17:40.384314Z", "modified": "2023-10-29T18:46:01.815374Z", "imported": "2021-04-23T14:45:20.366020-04:00", "github_user": "mrlesmithjr", "username": "mrlesmithjr", "github_repo": "ansible-glusterfs", "github_branch": "master", "commit": "12b303c278549133bee7c4e4bedd0b8c57daa9c2", "commit_message": "Create stale.yml", "name": "glusterfs", "description": "Ansible role to install/configure GlusterFS", "summary_fields": { "dependencies": [], "namespace": { "id": 4814, "name": "mrlesmithjr", "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a08-8537-74a6-9f89-18566c844b9d/avatar/" }, "provider_namespace": { "id": 938, "name": "mrlesmithjr", "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/938/" }, "repository": { "name": "ansible-glusterfs", "original_name": "ansible-glusterfs" }, "tags": [ "clustering", "system" ], "versions": [ { "id": 132702, "name": "v1.1.0", "release_date": "2020-08-01T09:41:33-04:00" }, { "id": 132675, "name": "v1.0.0", "release_date": "2018-02-07T10:48:15-05:00" } ] }, "download_count": 871 } ] }