thomaslorentsen.ansible-git-client

Build Status Ansible Role

Ansible Git Client

Installs the git client with some configuration

Vars

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

Example Playbook

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 protected]" }

License

BSD

Author Information

About

Installs Git client with configuration

Install
ansible-galaxy install thomaslorentsen.ansible-git-client
GitHub repository
License
Unknown
Downloads
16.6k
Owner