initial import

This commit is contained in:
2022-09-12 13:56:21 +02:00
commit ae3778c57c
16 changed files with 956 additions and 0 deletions

32
setup.cfg Normal file
View File

@ -0,0 +1,32 @@
[metadata]
name = ansible-collection-backend
summary = Ansible collections for managing OTC Backend
description-file =
README.md
author = opentelekomcloud
home-page = https://open.telekom.cloud
classifier =
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Topic :: System :: Systems Administration
Topic :: Utilities
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
share/ansible/collections/ansible_collections/opentelekomcloud/backend/ = README.md
share/ansible/collections/ansible_collections/opentelekomcloud/backend/plugins = plugins/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True