1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

[PR #11911/fba7da43 backport][stable-12] Remove as maintainer (#12043)

Remove as maintainer (#11911)

Remove ownership

I do not maintain those modules anymore since years. I think the time
has come to remove at least my name from them.

(cherry picked from commit fba7da4394)

Co-authored-by: keachi <1687482+keachi@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2026-05-14 11:03:48 +02:00 committed by GitHub
parent 87ce1e09a3
commit 6d710fe05c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 13 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
# Copyright (c) 2016, Adfinis SyGroup AG
# Tobias Rueetschi <tobias.ruetschi@adfinis-sygroup.ch>
# @keachi
# 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
@ -10,7 +10,7 @@ from __future__ import annotations
DOCUMENTATION = r"""
module: udm_dns_record
author:
- Tobias Rüetschi (@keachi)
- keachi (@keachi)
short_description: Manage DNS entries on a univention corporate server
description:
- This module allows to manage DNS records on a univention corporate server (UCS). It uses the Python API of the UCS to

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
# Copyright (c) 2016, Adfinis SyGroup AG
# Tobias Rueetschi <tobias.ruetschi@adfinis-sygroup.ch>
# @keachi
# 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
@ -10,7 +10,7 @@ from __future__ import annotations
DOCUMENTATION = r"""
module: udm_dns_zone
author:
- Tobias Rüetschi (@keachi)
- keachi (@keachi)
short_description: Manage DNS zones on a univention corporate server
description:
- This module allows to manage DNS zones on a univention corporate server (UCS). It uses the Python API of the UCS to create

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
# Copyright (c) 2016, Adfinis SyGroup AG
# Tobias Rueetschi <tobias.ruetschi@adfinis-sygroup.ch>
# @keachi
# 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
@ -10,7 +10,7 @@ from __future__ import annotations
DOCUMENTATION = r"""
module: udm_group
author:
- Tobias Rüetschi (@keachi)
- keachi (@keachi)
short_description: Manage of the posix group
description:
- This module allows to manage user groups on a univention corporate server (UCS). It uses the Python API of the UCS to

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
# Copyright (c) 2016, Adfinis SyGroup AG
# Tobias Rueetschi <tobias.ruetschi@adfinis-sygroup.ch>
# @keachi
# 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
@ -10,7 +10,7 @@ from __future__ import annotations
DOCUMENTATION = r"""
module: udm_share
author:
- Tobias Rüetschi (@keachi)
- keachi (@keachi)
short_description: Manage samba shares on a univention corporate server
description:
- This module allows to manage samba shares on a univention corporate server (UCS). It uses the Python API of the UCS to

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
# Copyright (c) 2016, Adfinis SyGroup AG
# Tobias Rueetschi <tobias.ruetschi@adfinis-sygroup.ch>
# @keachi
# 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
@ -10,7 +10,7 @@ from __future__ import annotations
DOCUMENTATION = r"""
module: udm_user
author:
- Tobias Rüetschi (@keachi)
- keachi (@keachi)
short_description: Manage posix users on a univention corporate server
description:
- This module allows to manage posix users on a univention corporate server (UCS). It uses the Python API of the UCS to