mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
f8666061bc
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>
15 lines
610 B
YAML
15 lines
610 B
YAML
---
|
|
####################################################################
|
|
# 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:
|