{"id":13458459,"url":"https://github.com/geerlingguy/ansible-role-git","last_synced_at":"2025-04-06T09:09:36.150Z","repository":{"id":14589615,"uuid":"17306304","full_name":"geerlingguy/ansible-role-git","owner":"geerlingguy","description":"Ansible Role - Git","archived":false,"fork":false,"pushed_at":"2024-01-25T04:11:48.000Z","size":91,"stargazers_count":198,"open_issues_count":0,"forks_count":136,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-10T18:22:41.405Z","etag":null,"topics":["ansible","distributed","git","install","role","setup","vcs","version-control"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/geerlingguy/git/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Juniper/contrail-generateDS","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2014-03-01T02:52:28.000Z","updated_at":"2024-06-19T03:55:28.314Z","dependencies_parsed_at":"2024-01-14T16:11:39.290Z","dependency_job_id":"0abcc8cd-f45b-4292-bab0-c169102bbbdc","html_url":"https://github.com/geerlingguy/ansible-role-git","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-git/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457803,"owners_count":20941906,"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","distributed","git","install","role","setup","vcs","version-control"],"created_at":"2024-07-31T09:00:52.803Z","updated_at":"2025-04-06T09:09:36.128Z","avatar_url":"https://github.com/geerlingguy.png","language":null,"funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":["References","vcs","Version Control"],"sub_categories":["Do on your Jenkins controller machine","Logging and Monitoring"],"readme":"# Ansible Role: Git\n\n[![CI](https://github.com/geerlingguy/ansible-role-git/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-git/actions/workflows/ci.yml)\n\nInstalls Git, a distributed version control system, on any RHEL/CentOS or Debian/Ubuntu Linux system.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    workspace: /root\n\nWhere certain files will be downloaded and adjusted prior to git installation, if needed.\n\n    git_enablerepo: \"\"\n\nThis variable, a well as `git_packages`, will be used to install git via a particular `yum` repo if `git_install_from_source` is false (CentOS only). Any additional repositories you have installed that you would like to use for a newer/different Git version.\n\n    git_packages:\n      - git\n\nThe specific Git packages that will be installed. By default, only `git` is installed, but you could add additional git-related packages like `git-svn` if desired.\n\n    git_install_from_source: false\n    git_install_path: \"/usr\"\n    git_version: \"2.26.0\"\n\nWhether to install Git from source; if set to `true`, `git_version` is required and will be used to install a particular version of git (see all available versions here: https://www.kernel.org/pub/software/scm/git/), and `git_install_path` defines where git should be installed.\n\n    git_install_from_source_force_update: false\n\nIf git is already installed at and older version, force a new source build. Only applies if `git_install_from_source` is `true`.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n    - hosts: servers\n      roles:\n        - { role: geerlingguy.git }\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-git/lists"}