{"id":16771520,"url":"https://github.com/meysam81/ansible-collections","last_synced_at":"2026-05-20T02:44:58.499Z","repository":{"id":254101220,"uuid":"845493225","full_name":"meysam81/ansible-collections","owner":"meysam81","description":"A collection of handy Ansible collection roles I use on a daily basis for managing my infrastructure","archived":false,"fork":false,"pushed_at":"2025-03-03T17:58:20.000Z","size":204,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T16:07:04.983Z","etag":null,"topics":["ansible","ansible-collection","ansible-playbooks","ansible-roles","automation","automation-scripts","cloud-automation","configuration-management","continuous-deployment","deployment-automation","devops","infrastructure-as-code","infrastructure-automation","infrastructure-management","it-automation","orchestration","playbooks","roles","server-provisioning","system-administration"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ui/repo/published/meysam81/general/","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meysam81.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["meysam81"]}},"created_at":"2024-08-21T11:06:17.000Z","updated_at":"2025-02-26T12:22:51.000Z","dependencies_parsed_at":"2024-11-07T12:22:28.712Z","dependency_job_id":"b17081ec-84dc-48cd-95b3-fd06b119bfcf","html_url":"https://github.com/meysam81/ansible-collections","commit_stats":null,"previous_names":["meysam81/ansible-galaxy","meysam81/ansible-collections"],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fansible-collections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fansible-collections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fansible-collections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fansible-collections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meysam81","download_url":"https://codeload.github.com/meysam81/ansible-collections/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893973,"owners_count":20364933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-collection","ansible-playbooks","ansible-roles","automation","automation-scripts","cloud-automation","configuration-management","continuous-deployment","deployment-automation","devops","infrastructure-as-code","infrastructure-automation","infrastructure-management","it-automation","orchestration","playbooks","roles","server-provisioning","system-administration"],"created_at":"2024-10-13T06:28:21.493Z","updated_at":"2026-05-20T02:44:58.493Z","avatar_url":"https://github.com/meysam81.png","language":"Jinja","funding_links":["https://github.com/sponsors/meysam81"],"categories":[],"sub_categories":[],"readme":"# Ansible Collections\n\n[![CI](https://img.shields.io/github/actions/workflow/status/meysam81/ansible-collections/ci.yml?branch=main\u0026label=CI\u0026logo=githubactions\u0026logoColor=white\u0026style=flat-square)](https://github.com/meysam81/ansible-collections/actions/workflows/ci.yml)\n[![GitHub Release](https://img.shields.io/github/v/release/meysam81/ansible-collections?logo=github\u0026style=flat-square)](https://github.com/meysam81/ansible-collections/releases/latest)\n[![License](https://img.shields.io/github/license/meysam81/ansible-collections?style=flat-square)](https://github.com/meysam81/ansible-collections/blob/main/LICENSE)\n[![Renovate](https://img.shields.io/badge/renovate-enabled-1f8b4c?logo=renovatebot\u0026logoColor=white\u0026style=flat-square)](https://developer.mend.io/github/meysam81/ansible-collections)\n[![Last Commit](https://img.shields.io/github/last-commit/meysam81/ansible-collections?logo=github\u0026style=flat-square)](https://github.com/meysam81/ansible-collections/commits/main)\n[![Issues](https://img.shields.io/github/issues/meysam81/ansible-collections?logo=github\u0026style=flat-square)](https://github.com/meysam81/ansible-collections/issues)\n[![Pull Requests](https://img.shields.io/github/issues-pr/meysam81/ansible-collections?logo=github\u0026style=flat-square)](https://github.com/meysam81/ansible-collections/pulls)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Ansible Collections](#ansible-collections)\n  - [Usage](#usage)\n  - [Release Instructions](#release-instructions)\n  - [License](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\nA collection of often personally used Ansible roles and playbooks.\n\nThese tend to be useful for my own use case and projects but feel free to open\na PR or an issue in case you want anything specific added.\n\n## Usage\n\nTo use this collection, you can add it as a dependency in your `requirements.yml`\nfile:\n\n```yaml\ncollections:\n  - name: meysam81.general\n    # latest version: https://github.com/meysam81/ansible-collections/releases\n    version: x.x.x\n```\n\n## Release Instructions\n\n```shell\nversion=vx.x.x\ngit tag -s $version -m $version\ngit push origin --tags\n```\n\n## License\n\nThis project is licensed under the Apache License 2.0 - see the\n[LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeysam81%2Fansible-collections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeysam81%2Fansible-collections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeysam81%2Fansible-collections/lists"}