{"id":25376513,"url":"https://github.com/nomakcooper/collection","last_synced_at":"2025-04-09T09:49:04.661Z","repository":{"id":276341585,"uuid":"928984737","full_name":"NomakCooper/collection","owner":"NomakCooper","description":"Custom Ansible Module Collection","archived":false,"fork":false,"pushed_at":"2025-03-04T19:23:27.000Z","size":5519,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T19:26:30.385Z","etag":null,"topics":["ansible","ansible-collection","ansible-modules","python","python3","yaml"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ui/repo/published/nomakcooper/collection/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NomakCooper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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}},"created_at":"2025-02-07T15:45:25.000Z","updated_at":"2025-03-04T19:23:31.000Z","dependencies_parsed_at":"2025-02-25T11:31:37.881Z","dependency_job_id":null,"html_url":"https://github.com/NomakCooper/collection","commit_stats":null,"previous_names":["nomakcooper/collection"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NomakCooper%2Fcollection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NomakCooper%2Fcollection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NomakCooper%2Fcollection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NomakCooper%2Fcollection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NomakCooper","download_url":"https://codeload.github.com/NomakCooper/collection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248017998,"owners_count":21034042,"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-modules","python","python3","yaml"],"created_at":"2025-02-15T04:28:08.598Z","updated_at":"2025-04-09T09:49:04.652Z","avatar_url":"https://github.com/NomakCooper.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Collection - nomakcooper.collection\n![collection](https://img.shields.io/badge/ansible-collection-blue?style=flat-square\u0026logo=ansible\u0026logoColor=white)\n![automation](https://img.shields.io/badge/ansible-automation-blue?style=flat-square\u0026logo=ansible\u0026logoColor=white)\n![galaxy](https://img.shields.io/badge/ansible-galaxy-blue?style=flat-square\u0026logo=ansible\u0026logoColor=white)\n![module](https://img.shields.io/badge/ansible-module-blue?style=flat-square\u0026logo=ansible\u0026logoColor=white)\n![roles](https://img.shields.io/badge/ansible-roles-blue?style=flat-square\u0026logo=ansible\u0026logoColor=white)\n\n[![collection-release](https://img.shields.io/github/v/release/nomakcooper/collection?display_name=release\u0026style=flat-square\u0026logo=ansible\u0026logoColor=white)](https://galaxy.ansible.com/ui/repo/published/nomakcooper/collection/)\n[![ansible-test](https://img.shields.io/github/actions/workflow/status/nomakcooper/collection/ansible-test-all.yml?branch=main\u0026style=flat-square\u0026logo=github\u0026logoColor=white\u0026label=ansible%20tests)](https://github.com/nomakcooper/collection/actions)\n[![codecov](https://img.shields.io/codecov/c/github/nomakcooper/collection/main?style=flat-square\u0026logo=github\u0026logoColor=white)](https://app.codecov.io/gh/nomakcooper/collection)\n\n## Documentation for the collection.\n* This collection includes some custom modules developed by [@NomakCooper](https://github.com/NomakCooper).\n### How to use this collection and module\n\n* collection install :\n```bash\n$ ansible-galaxy collection install nomakcooper.collection\n```\n* [**Recommended**] install dependences **role** ( required for charts module ):\n```yaml\n  - name: Install Dependencies on CN\n    hosts: all\n    gather_facts: no\n    roles:\n      - role: nomakcooper.collection.install_dep\n```\n```yaml\n  - name: Install Dependencies on CN\n    hosts: all\n    gather_facts: no\n\n    pre_tasks:\n\n      - name: install dependencies\n        block:\n          - include_role:\n              name: nomakcooper.collection.install_dep\n        become: false\n```\n* install dependences ( required for charts module ):\n```bash\n# Ansible Core requirements.txt\n$ pip install -r ~/.ansible/collections/ansible_collections/nomakcooper/collection/meta/requirements.txt\n```\n```bash\n# AWX/Tower requirements.txt\n$ pip install -r /var/lib/awx/venv/ansible/meta/requirements.txt\n```\n```bash\n# Ansible Core install_dependencies.yml\n$ ansible-playbook install_dependencies.yml\n```\n* module usage :\n```yaml\n- name: Retrieve load average for today\n  nomakcooper.collection.sar_facts:\n    type: \"load\"\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomakcooper%2Fcollection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomakcooper%2Fcollection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomakcooper%2Fcollection/lists"}