Ansible role to install and configure git for local users on different distributions
Go to file
Markus Pesch 2185788577
continuous-integration/drone/push Build is passing Details
fix: add missing new line at the end of the file
2022-04-11 13:09:57 +02:00
defaults Initial Commit 2022-04-11 13:04:14 +02:00
tasks Initial Commit 2022-04-11 13:04:14 +02:00
templates/.config/git Initial Commit 2022-04-11 13:04:14 +02:00
vars fix: add missing new line at the end of the file 2022-04-11 13:09:57 +02:00
.ansible-lint Initial Commit 2022-04-11 13:04:14 +02:00
.drone.yml Initial Commit 2022-04-11 13:04:14 +02:00
.editorconfig Initial Commit 2022-04-11 13:04:14 +02:00
.markdownlint.yaml Initial Commit 2022-04-11 13:04:14 +02:00
LICENSE Initial Commit 2022-04-11 13:04:14 +02:00
README.md Initial Commit 2022-04-11 13:04:14 +02:00
renovate.json Initial Commit 2022-04-11 13:04:14 +02:00

README.md

git-role

Build Status Ansible Role

With following role can be git for users configured.

Installation

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.