base/roles/git
2023-07-26 19:58:21 +02:00
..
defaults feat(git): add role for configuring git 2022-08-20 21:56:48 +02:00
tasks feat(git): add role for configuring git 2022-08-20 21:56:48 +02:00
README.md chore(git): add role-README, update collection README 2023-07-26 19:58:21 +02:00

finallycoffee.base.git ansible role

This role configures git for the ansible_user and can be used to (pre)-configure git.

Examples


git_config_user_name: # user name to use for git
git_config_user_email: # email to use for git

git_config_core_editor: vim # editor to use

git_config_credentials:
  - remote_url: https://github.com
    config:
      username: my_github_username