Ansible role to install and configure git for local users on different distributions
Go to file
Markus Pesch b48e2a37c6
continuous-integration/drone/push Build is passing Details
style(lint): quote mode
2023-02-26 22:23:06 +01:00
defaults Initial Commit 2022-04-11 13:04:14 +02:00
meta fix: meta information 2022-04-11 13:18:04 +02:00
tasks style(lint): quote mode 2023-02-26 22:23:06 +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 style(flucky): name of tasks, use built in module 2023-02-12 14:43:12 +01: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.