18 lines
291 B
YAML
18 lines
291 B
YAML
---
|
|
|
|
git_user: your-username
|
|
git_email: your-email@example.com
|
|
git_signkey:
|
|
git_signingkey:
|
|
git_do_sign: false
|
|
|
|
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: []
|