From fba7da439470b11efcde095d0a89f21134832b68 Mon Sep 17 00:00:00 2001 From: keachi <1687482+keachi@users.noreply.github.com> Date: Thu, 14 May 2026 10:20:10 +0200 Subject: [PATCH] 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. --- .github/BOTMETA.yml | 2 +- plugins/module_utils/_univention_umc.py | 3 +-- plugins/modules/udm_dns_record.py | 4 ++-- plugins/modules/udm_dns_zone.py | 4 ++-- plugins/modules/udm_group.py | 4 ++-- plugins/modules/udm_share.py | 4 ++-- plugins/modules/udm_user.py | 4 ++-- 7 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index c24167c8b1..963ef722b2 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -1391,7 +1391,7 @@ files: $modules/twilio.py: maintainers: makaimc $modules/udm_: - maintainers: keachi + ignore: keachi $modules/ufw.py: labels: ufw maintainers: ahtik ovcharenko pyykkis diff --git a/plugins/module_utils/_univention_umc.py b/plugins/module_utils/_univention_umc.py index 90975bbdf0..ab2734317f 100644 --- a/plugins/module_utils/_univention_umc.py +++ b/plugins/module_utils/_univention_umc.py @@ -5,8 +5,7 @@ # to the complete work. # # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi -# +# @keachi # Simplified BSD License (see LICENSES/BSD-2-Clause.txt or https://opensource.org/licenses/BSD-2-Clause) # SPDX-License-Identifier: BSD-2-Clause diff --git a/plugins/modules/udm_dns_record.py b/plugins/modules/udm_dns_record.py index e58d0090bb..a2629a939e 100644 --- a/plugins/modules/udm_dns_record.py +++ b/plugins/modules/udm_dns_record.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi +# @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 diff --git a/plugins/modules/udm_dns_zone.py b/plugins/modules/udm_dns_zone.py index e63704661f..af8e841b26 100644 --- a/plugins/modules/udm_dns_zone.py +++ b/plugins/modules/udm_dns_zone.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi +# @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 diff --git a/plugins/modules/udm_group.py b/plugins/modules/udm_group.py index ac9cc43540..f3705e1ccb 100644 --- a/plugins/modules/udm_group.py +++ b/plugins/modules/udm_group.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi +# @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 diff --git a/plugins/modules/udm_share.py b/plugins/modules/udm_share.py index f10a735553..2720d54ab7 100644 --- a/plugins/modules/udm_share.py +++ b/plugins/modules/udm_share.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi +# @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 diff --git a/plugins/modules/udm_user.py b/plugins/modules/udm_user.py index f090e730b4..dddb771d98 100644 --- a/plugins/modules/udm_user.py +++ b/plugins/modules/udm_user.py @@ -1,7 +1,7 @@ #!/usr/bin/python # Copyright (c) 2016, Adfinis SyGroup AG -# Tobias Rueetschi +# @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