Ansible role to install and configure git for local users on different distributions
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Markus Pesch b48e2a37c6
continuous-integration/drone/push Build is passing Details
style(lint): quote mode
7 months ago
defaults Initial Commit 1 year ago
meta fix: meta information 1 year ago
tasks style(lint): quote mode 7 months ago
templates/.config/git Initial Commit 1 year ago
vars fix: add missing new line at the end of the file 1 year ago
.ansible-lint Initial Commit 1 year ago
.drone.yml style(flucky): name of tasks, use built in module 7 months ago
.editorconfig Initial Commit 1 year ago
.markdownlint.yaml Initial Commit 1 year ago
LICENSE Initial Commit 1 year ago
README.md fix: add linter 8 months ago
renovate.json Initial Commit 1 year ago

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.