kosssi.gitconfig

rôle-ansible-gitconfig

État de la construction

Rôle Ansible pour configurer git.

Variables par défaut du rôle

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

Exemple :

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

Exemple de Playbook

  roles:
    - { role: kosssi.gitconfig }

Vagrant

Si vous avez Vagrant, vous pouvez tester ce rôle :

cd tests
vagrant up

Licence

MIT

À propos du projet

Configure gitconfig and your gitignore global.

Installer
ansible-galaxy install kosssi.gitconfig
Licence
mit
Téléchargements
9.7k
Propriétaire