ansible-role-git/README.md
Markus Pesch 99866d63ea
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 14s
Lint Markdown files / markdown-lint (push) Successful in 3s
docs(README): remove drone badge
2025-06-01 12:27:32 +02:00

31 lines
632 B
Markdown

# git-role
[![Ansible Role](https://img.shields.io/ansible/role/d/58759)](https://galaxy.ansible.com/volker_raschek/git)
With following role can be git for users configured.
## Installation
```bash
ansible-galaxy install volker_raschek.git
```
## 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.