dotfiles/roles/git/defaults/main.yml

26 lines
449 B
YAML
Raw Permalink Normal View History

2020-07-05 09:38:49 +00:00
---
git_user: your-username
git_email: your-email@example.com
git_signkey:
git_signingkey:
2020-07-05 09:38:49 +00:00
git_do_sign: false
git_merge_autostash: true
git_rebase_autostash: true
git_pull_rebase: true
git_pull_ff_only: true
git_default_branch: main
2020-07-05 09:38:49 +00:00
git_user_home: "/home/{{ git_system_user }}"
git_system_user: "{{ git_user }}"
git_system_group: "{{ git_system_user }}"
git_gpg_program: ~
git_aliases: []
git_credentials: []
git_config_preferred_editor: vim