vrischmann.gitrepos
git repos
Easily create git bare repositories on a host.
Requirements
Git installed on the host.
Role Variables
| Name | Required | Description | 
|---|---|---|
git_repositories_root_dir | 
yes | Root directory where the repositories are created. | 
git_repositories_user | 
yes | The user for the repositories permissions. | 
git_repositories_group | 
yes | The group for the repositories permissions. | 
git_repositories | 
yes | The list of repository definitions. | 
Repository definition
A repository definition contains only the name at the moment:
git_repositories:
- foo
- bar
License
MIT
Install
 ansible-galaxy install vrischmann.gitreposLicense
 
            Unknown
          
Downloads
 
            269
          
Owner
 Still learning
