blob: 8877ff259de0c7e9b5b0120a6531a4744efcbd33 (
plain) (
tree)
|
|
---
dependencies:
- role: sshd__keys
sshd__keys_users:
- "{{ git_user }}"
argument_specs:
main:
short_description: git main entrypoint.
options:
git_user:
type: str
required: true
description: Git user
git_group:
type: str
required: true
description: Git group
git_dir:
type: path
required: true
description: Git directory
git_shell:
type: path
required: true
description: Shell of the git user
git_default_branch:
type: str
required: true
description: Default branch when creating a git repository
git_allow_ssh_login:
type: bool
required: true
description: Allow user to login with ssh
|