{"id":42599033,"url":"https://github.com/nspcc-dev/ansible-goodies","last_synced_at":"2026-01-29T00:16:29.718Z","repository":{"id":189890167,"uuid":"668142051","full_name":"nspcc-dev/ansible-goodies","owner":"nspcc-dev","description":"ansible goodies collection","archived":false,"fork":false,"pushed_at":"2024-02-13T06:38:05.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T22:51:08.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nspcc-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-19T06:00:17.000Z","updated_at":"2023-07-19T06:00:18.000Z","dependencies_parsed_at":"2023-12-14T19:55:11.466Z","dependency_job_id":"3bf492b6-99ed-4a3a-acc1-17e447fd35a2","html_url":"https://github.com/nspcc-dev/ansible-goodies","commit_stats":null,"previous_names":["nspcc-dev/ansible-goodies"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nspcc-dev/ansible-goodies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fansible-goodies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fansible-goodies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fansible-goodies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fansible-goodies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nspcc-dev","download_url":"https://codeload.github.com/nspcc-dev/ansible-goodies/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nspcc-dev%2Fansible-goodies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28857421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-29T00:16:26.648Z","updated_at":"2026-01-29T00:16:29.710Z","avatar_url":"https://github.com/nspcc-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# nspcc ansible_goodies collection\n\nThis is a collection of simple helpers that used frequently:\n\n- system_user: create a system user\n```Yaml\n- ansible.builtin.include_role:\n    name: nspcc.ansible_goodies.system_user\n  vars:\n    system_user__user: '\u003cuser_name\u003e'\n    system_user__group: '\u003cgroup_name\u003e'\n    system_user__home: '\u003chome_directory_absolute_path\u003e'\n```\n\n- github: get release from github\n```Yaml\n- ansible.builtin.include_role:\n    name: nspcc.ansible_goodies.github\n  vars:\n    github__org: '\u003cORGANIZA_NAME\u003e'\n    github__repo: '\u003cREPOSITORY_NAME\u003e'\n    github__version: '\u003cRELEASE_VERSION\u003e'\n    github__asset_name: '\u003cASSET_NAME\u003e'\n    github__args:\n      dest: '\u003cABSOLUTE_PATH_TO_PUT_ASSET\u003e'\n      owner: '\u003ctarget_file_user\u003e'\n      group: '\u003ctarget_file_group\u003e'\n      mode: '\u003ctarget_file_permission\u003e'\n    github__notify: [ 'Restart NeoFS REST service' ]\n```\n\n- mkprivdir: make user-chown'ed directory with root-chown'ed parents\n```Yaml\n- ansible.builtin.include_role:\n    name: nspcc.ansible_goodies.mkprivdir\n  vars:\n    mkprivdir__dir: '\u003ctarget_directory_absolute_path\u003e'\n    mkprivdir__user: '\u003ctarget_directory_user\u003e'\n    mkprivdir__group: '\u003ctarget_directory_group\u003e'\n```\n\nIt will probably be rewritten in Python in the future.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnspcc-dev%2Fansible-goodies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnspcc-dev%2Fansible-goodies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnspcc-dev%2Fansible-goodies/lists"}