mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
db135b83dc
* add a custom module for managing group membership in gitlab
* add integration test & modify the module
* modify the module
* modify the module
* remove whitespace
* add aliases file & modify the module
* minor and suggested modifications
* suggested modifications
* more minor modifications
* modified the module to use gitlabAuth
* removed api_url from the doc
* remove api_token
* add update access level for an existing user
* remove access level if statement
(cherry picked from commit 905239f530
)
Co-authored-by: Zainab Alsaffar <za5775@rit.edu>
5 lines
No EOL
176 B
YAML
5 lines
No EOL
176 B
YAML
gitlab_server_url: https://gitlabserver.example.com
|
|
gitlab_api_access_token: 126hngbscx890cv09b
|
|
gitlab_group_name: groupname1
|
|
username: username1
|
|
gitlab_access_level: developer |