kosssi.gitconfig

ansible-role-gitconfig

Build-Status

Ansible-Rolle zur Konfiguration von Git.

Standardvariablen der Rolle

git_config:
  <section>:
    <key>: <value>
git_ignore:
  - ".vagrant"
  - ".DS_Store"

Beispiel:

git_config:
  user:
    name: Ihr Name
    email: [email protected]
  core:
    editor: vim
    excludesfile: "~/.gitexcludesfile"
  push:
    default: current
git_ignore:
  - "*.log"
  - ".vagrant"

Beispiel-Playbook

  roles:
    - { role: kosssi.gitconfig }

Vagrant

Wenn Sie Vagrant haben, können Sie diese Rolle testen:

cd tests
vagrant up

Lizenz

MIT

Über das Projekt

Configure gitconfig and your gitignore global.

Installieren
ansible-galaxy install kosssi.gitconfig
Lizenz
mit
Downloads
9.7k
Besitzer