Initial Commit

This commit is contained in:
2022-04-11 13:04:14 +02:00
commit bb24545287
16 changed files with 430 additions and 0 deletions

31
README.md Normal file
View File

@ -0,0 +1,31 @@
# git-role
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/git-role/status.svg)](https://drone.cryptic.systems/volker.raschek/git-role)
[![Ansible Role](https://img.shields.io/ansible/role/d/58170)](https://galaxy.ansible.com/volker_raschek/git_role)
With following role can be git for users configured.
## Installation
```bash
ansible-galaxy install volker_raschek.git_role
```
## 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.