vrischmann.gitrepos

git 仓库

轻松在主机上创建 git 空仓库。

需求

主机上安装了 Git。

角色变量

名称 必需 描述
git_repositories_root_dir 创建仓库的根目录。
git_repositories_user 仓库的权限用户。
git_repositories_group 仓库的权限组。
git_repositories 仓库定义的列表。

仓库定义

目前,仓库定义只包含名称:

git_repositories:
- foo
- bar

许可证

MIT

关于项目

Role to easily create git bare repositories on a host

安装
ansible-galaxy install vrischmann.gitrepos
许可证
Unknown
下载
248
拥有者
Still learning