mlangry.git

ansible-role-gitStatut de construction

Rôle Ansible pour installer et configurer git

Exigences

Aucune

Variables du rôle

git_config_file: ~/.gitconfig
git_config:
  color:
    branch: auto
    diff: auto
    interactive: auto
    status: auto
    ui: auto
  core:
    editor: nano
    excludesfile: "~/.gitignore"
  alias:
    clo: clone
    co: checkout
    st: status
    pur: pull --rebase
    ci: commit
    rc: rebase --continue
    lg: log -M --decorate --graph --oneline
    br: branch
    sth: stash

git_ignore:
    - ".*"
    - "!.gitignore"
    - "!.htaccess"
    - "*~"
    - "*.log"

Dépendances

Aucune

Exemple de Playbook

    - hosts: all
      roles:
        - { role: mlangry.git }

Licence

MIT

À propos du projet

Ansible role for installing and configuring git

Installer
ansible-galaxy install mlangry.git
Licence
mit
Téléchargements
105
Propriétaire