An open API service indexing awesome lists of open source software.

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

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)