Installs the git client with some configuration
A list of optional vars that can be passed into the role for configuration
Var | Description |
---|---|
git_name |
Git Username |
git_email |
Git Email Address |
git_email |
Git Email Address |
git_signingkey |
Git PGP Key |
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: thomaslorentsen.ansible-git-client, git_name: "username", git_email: "email@address.com" }
BSD