https://github.com/thejaxon/ansible-role-git
Install git on different platforms
https://github.com/thejaxon/ansible-role-git
ansible ansible-role git
Last synced: 2 months ago
JSON representation
Install git on different platforms
- Host: GitHub
- URL: https://github.com/thejaxon/ansible-role-git
- Owner: theJaxon
- Created: 2020-10-22T17:36:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T17:37:31.000Z (over 5 years ago)
- Last Synced: 2025-06-30T17:50:01.098Z (about 1 year ago)
- Topics: ansible, ansible-role, git
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible Role: Git
=========
Intsall git across different operating systems.
### Supported platforms:
| Name | Version |
|:-----------: |:-------------: |
| RHEL/CentOS | 8 |
| Fedora | 32 |
| Ubuntu | 20.04 [Focal] |
| Archlinux | all |
| Windows | 10 |
| MacOS | Mojave |
---
Requirements
------------
- On Windows `Chocolatey` must be installed
- On MacOS `Homebrew` must be installed
Example Playbook
----------------
```yml
- hosts: all
roles:
- git
```
License
-------
GPL
Author Information
------------------
Created by [theJaxon](https://github.com/theJaxon)