Ansible role to install and configure git for local users on different distributions
|
||
---|---|---|
defaults | ||
meta | ||
tasks | ||
templates/.config/git | ||
vars | ||
.ansible-lint | ||
.drone.yml | ||
.editorconfig | ||
.markdownlint.yaml | ||
LICENSE | ||
README.md | ||
renovate.json |
git-role
With following role can be git for users configured.
Installation
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.