kosssi.gitconfig
rôle-ansible-gitconfig
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
Installer
ansible-galaxy install kosssi.gitconfig
Licence
mit
Téléchargements
9.7k
Propriétaire