{"id":25660112,"url":"https://github.com/gpproton/ansible-collections","last_synced_at":"2025-10-20T10:20:45.164Z","repository":{"id":206097255,"uuid":"715540208","full_name":"gpproton/ansible-collections","owner":"gpproton","description":"My personal ansible collection that include roles and possible dependencies","archived":false,"fork":false,"pushed_at":"2024-07-06T01:52:55.000Z","size":3756,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T03:06:50.133Z","etag":null,"topics":["ansible","ansible-role","development","linux","macos"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gpproton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-11-07T10:54:10.000Z","updated_at":"2024-04-15T20:16:57.000Z","dependencies_parsed_at":"2023-12-20T10:48:31.676Z","dependency_job_id":"ea6add77-fe51-4f21-b9d8-b8f641bbdb17","html_url":"https://github.com/gpproton/ansible-collections","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":0.04166666666666663,"last_synced_commit":"eb198a992a7abe414e4118e56d305b9483fc24ba"},"previous_names":["gpproton/ansible-collections"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gpproton/ansible-collections","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpproton%2Fansible-collections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpproton%2Fansible-collections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpproton%2Fansible-collections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpproton%2Fansible-collections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gpproton","download_url":"https://codeload.github.com/gpproton/ansible-collections/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpproton%2Fansible-collections/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259719723,"owners_count":22901241,"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-role","development","linux","macos"],"created_at":"2025-02-24T01:32:34.683Z","updated_at":"2025-10-20T10:20:40.130Z","avatar_url":"https://github.com/gpproton.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Collections\n\nA personal collection of ansible tasks and roles\n\n## Setup requirments\n\n### Python setup\n\n```shell\n## Debian/Ubuntu\nsudo apt install -y python3 python3-virtualenv python3-virtualenv-clone\n## Fedora\nsudo dnf install -y python3 python3-virtualenv python3-virtualenv-clone\n```\n\nCreate virtual environment for unix OS\n\n```shell\n./init.sh\n```\n\nRun molecule test for a role\n```shell\n./test role-default.yml\n```\n\n## Usage\n\nCreate requirement file\n\n```bash\ntouch requirements.yml\n```\n\n```yaml\n---\ncollections:\n  - name: git@github.com:gpproton/ansible-collections.git\n    type: git\n    version: main\n```\n\ninstall with:\n\n```bash\nansible-galaxy install --force -r requirements.yml\n\n\n## Bash tweaks\n\nFix bash completion\n\n```shell\ncase \"$SHELL\" in \n  *bash*)\n    if ! shopt -oq posix; then\n        if [ -f /usr/share/bash-completion/bash_completion ]; then\n            . /usr/share/bash-completion/bash_completion\n        elif [ -f /etc/bash_completion ]; then\n            . /etc/bash_completion\n        fi\n    fi\n    ;;\nesac\n```\n\n\n## Refrences\n\n- [Ansible pilot](https://github.com/lucab85/ansible-pilot)\n- [Grafana Collection](https://github.com/grafana/grafana-ansible-collection)\n- [Geerlingguy Ansible](https://github.com/geerlingguy/ansible-role-docker)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpproton%2Fansible-collections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpproton%2Fansible-collections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpproton%2Fansible-collections/lists"}