mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
[PR #7964/f6d0b35b backport][stable-8] GitLab group and project access token modules (#8031)
GitLab group and project access token modules (#7964)
* Adding gitlab group and project acess token modules
* Documentation corrections and recreate option change
* Documentation corrections
* Correcting documentation for return objects
(cherry picked from commit f6d0b35bb7
)
Co-authored-by: Zoran Krleza <zoran.krleza@true-north.hr>
This commit is contained in:
parent
9a7a0ca526
commit
f8666061bc
12 changed files with 1402 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
####################################################################
|
||||
# WARNING: These are designed specifically for Ansible tests #
|
||||
# and should not be used as examples of how to write Ansible roles #
|
||||
####################################################################
|
||||
|
||||
# Copyright (c) 2024, Zoran Krleza <zoran.krleza@true-north.hr>
|
||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
gitlab_api_token:
|
||||
gitlab_api_url:
|
||||
gitlab_validate_certs: false
|
||||
gitlab_group_name:
|
||||
gitlab_token_name:
|
Loading…
Add table
Add a link
Reference in a new issue