kosssi.gitconfig
ansible-role-gitconfig
Ansible role to set up git configuration.
Default Variables for the Role
git_config:
<section>:
<key>: <value>
git_ignore:
- ".vagrant"
- ".DS_Store"
Example:
git_config:
user:
name: Your Name
email: [email protected]
core:
editor: vim
excludesfile: "~/.gitexcludesfile"
push:
default: current
git_ignore:
- "*.log"
- ".vagrant"
Example Playbook
roles:
- { role: kosssi.gitconfig }
Vagrant
If you have Vagrant installed, you can test this role:
cd tests
vagrant up
License
MIT
Informazioni sul progetto
Configure gitconfig and your gitignore global.
Installa
ansible-galaxy install kosssi.gitconfig
Licenza
mit
Download
9.7k
Proprietario