{"id":21771717,"url":"https://github.com/uvsmtid/ansible_git_client_role","last_synced_at":"2026-04-29T16:39:01.191Z","repository":{"id":82631022,"uuid":"132231073","full_name":"uvsmtid/ansible_git_client_role","owner":"uvsmtid","description":"Ansible role for Git client","archived":false,"fork":false,"pushed_at":"2023-04-30T05:49:21.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-21T06:29:34.318Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","git","git-config"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/uvsmtid/git_client_role","language":null,"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/uvsmtid.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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":"2018-05-05T08:55:35.000Z","updated_at":"2023-04-30T05:55:10.000Z","dependencies_parsed_at":"2025-03-21T06:27:43.508Z","dependency_job_id":null,"html_url":"https://github.com/uvsmtid/ansible_git_client_role","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uvsmtid/ansible_git_client_role","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvsmtid%2Fansible_git_client_role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvsmtid%2Fansible_git_client_role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvsmtid%2Fansible_git_client_role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvsmtid%2Fansible_git_client_role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uvsmtid","download_url":"https://codeload.github.com/uvsmtid/ansible_git_client_role/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvsmtid%2Fansible_git_client_role/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270914720,"owners_count":24667193,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ansible","ansible-galaxy","ansible-role","git","git-config"],"created_at":"2024-11-26T14:18:12.903Z","updated_at":"2026-04-29T16:39:01.146Z","avatar_url":"https://github.com/uvsmtid.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\nAnsible role for Git client:\nhttps://galaxy.ansible.com/uvsmtid/git_client_role/\n\n## Description ##\n\nRole configures Git client.\n\nGit config for author name and email is factored out into separate files:\n*   `~/.gitconfig.author` for user-only config\n*   `/etc/gitconfig.author` for system-wide config\n\nWhen `set_author_git_config` variable set to `True`,\nauthor name and email are automatically configured based on role variables (below).\n\nWhen `is_regular_user_only` variable set to `True`,\nsystem-wide configuration is **not** applied and package installation is not performed\n(useful to avoid requirement for elevated permissions).\n\n## Role variables ##\n\nOverride author name and email (e.g. in `git_client_role.yaml`):\n\n```\ngit_client_config:\n    git_name: Yolanda Wrorfush\n    git_email: yolanda.wrorfush@example.com\n```\n\n## Example Playbook ##\n\nPlaybook using `git_client_role.yaml`:\n\n```\n---\n\n-   hosts: all\n    vars_files:\n        -   git_client_config.yaml\n    tasks:\n        -   import_role:\n                name: uvsmtid.git_client_role\n```\n\n## License ##\n\n[Apache][1]\n\n---\n\n[1]: LICENSE\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvsmtid%2Fansible_git_client_role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuvsmtid%2Fansible_git_client_role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvsmtid%2Fansible_git_client_role/lists"}