ansible_gitlab_content:Ansible模块来管理Gitlab内容

时间:2024-05-17 06:56:35
【文件属性】:

文件名称:ansible_gitlab_content:Ansible模块来管理Gitlab内容

文件大小:19KB

文件格式:ZIP

更新时间:2024-05-17 06:56:35

Python

Ansible模块来管理Gitlab内容 一组可通过其REST API向正在运行的gitlab安装中添加内容的模块。 gitlab_user 创建,更新或删除用户帐户。 该模块每个用户帐户仅支持一个电​​子邮件地址和一个ssh pubkey。 如果需要更多信息,请参见gitlab_email和gitlab_pubkey。 它使用'username'参数作为用户标识符,而不使用简单的标准'name',因为Gitlab使用'name'来表示不同的含义。 有关参数文档,请参见library / gitlab_user.py 例子 - name : ensure user is present gitlab_user : username : test password : abc123yz name : some name email : someon


【文件预览】:
ansible_gitlab_content-master
----.gitignore(21B)
----README.md(2KB)
----library()
--------__init__.py(0B)
--------gitlab_user.py(14KB)
----tests()
--------gitlab_user()
--------__init__.py(21B)
----.travis.yml(204B)
----license(1KB)

网友评论