Ansible role to install and configure git for local users on different distributions
You can not 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
1 month ago
defaults Initial Commit 12 months ago
meta fix: meta information 12 months ago
tasks style(lint): quote mode 1 month ago
templates/.config/git Initial Commit 12 months ago
vars fix: add missing new line at the end of the file 12 months ago
.ansible-lint Initial Commit 12 months ago
.drone.yml style(flucky): name of tasks, use built in module 2 months ago
.editorconfig Initial Commit 12 months ago
.markdownlint.yaml Initial Commit 12 months ago
LICENSE Initial Commit 12 months ago
README.md fix: add linter 2 months ago
renovate.json Initial Commit 12 months 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.