1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-04 15:27:00 +00:00

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.
This commit is contained in:
keachi 2026-05-14 10:20:10 +02:00 committed by GitHub
parent 2cb4a5d4e7
commit fba7da4394
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 12 additions and 13 deletions

2
.github/BOTMETA.yml vendored
View file

@ -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

View file

@ -5,8 +5,7 @@
# to the complete work.
#
# Copyright (c) 2016, Adfinis SyGroup AG
# Tobias Rueetschi <tobias.ruetschi@adfinis-sygroup.ch>
#
# @keachi
# Simplified BSD License (see LICENSES/BSD-2-Clause.txt or https://opensource.org/licenses/BSD-2-Clause)
# SPDX-License-Identifier: BSD-2-Clause

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