ansible-role-git/README.md

32 lines
782 B
Markdown
Raw Permalink Normal View History

2022-04-11 11:04:14 +00:00
# git-role
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/git-role/status.svg)](https://drone.cryptic.systems/volker.raschek/git-role)
2023-02-08 17:23:05 +00:00
[![Ansible Role](https://img.shields.io/ansible/role/d/58759)](https://galaxy.ansible.com/volker_raschek/git)
2022-04-11 11:04:14 +00:00
With following role can be git for users configured.
## Installation
```bash
2022-04-11 11:17:36 +00:00
ansible-galaxy install volker_raschek.git
2022-04-11 11:04:14 +00:00
```
## Supported distributions
- Arch Linux
- Rocky Linux 8
- Ubuntu 20.04
## Features
- Installing git
- Configuring git
- User specific configuration
- User specific git commit message
- User specific git ignore list
## Configuring
In the default directory are examples how to configure `git`. Copy the
defaults into your `host_vars` or `group_vars` and adapt the examples.