Ansible role to install and configure git for local users on different distributions
Go to file
CSRBot e01caa3d52
continuous-integration/drone/push Build is passing Details
Merge pull request 'chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.39.0' (#1) from renovate/docker.io-volkerraschek-markdownlint-0.x into master
2024-02-03 17:07:39 +00:00
defaults fix: add option to install mergetool 2023-12-20 12:05:23 +01:00
meta fix: meta information 2022-04-11 13:18:04 +02:00
tasks style: remove obsolete whitespaces 2024-02-03 17:28:08 +01: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 chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.39.0 2024-02-03 17:07:05 +00: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 fix: add linter 2023-02-08 18:23:05 +01: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

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.