64371928c2
Change-Id: Iee045b0140522b5cbf168e24b6272a051a4996aa
39 lines
1.2 KiB
INI
39 lines
1.2 KiB
INI
[metadata]
|
|
name = ansible-role-container-registry
|
|
summary = ansible-container-registry - Ansible role to deploy a container registry
|
|
description-file =
|
|
README.md
|
|
author = TripleO Team
|
|
author-email = emilien@redhat.com
|
|
home-page = https://git.openstack.org/cgit/openstack/ansible-role-container-registry
|
|
classifier =
|
|
License :: OSI Approved :: Apache Software License
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Information Technology
|
|
Topic :: Utilities
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
data_files =
|
|
/usr/share/ansible/roles/container-registry/defaults = defaults/*
|
|
/usr/share/ansible/roles/container-registry/handlers = handlers/*
|
|
/usr/share/ansible/roles/container-registry/meta = meta/*
|
|
/usr/share/ansible/roles/container-registry/tasks = tasks/*
|
|
/usr/share/ansible/roles/container-registry/templates = templates/*
|
|
/usr/share/ansible/roles/container-registry/tests = tests/*
|
|
/usr/share/ansible/roles/container-registry/vars = vars/*
|
|
/usr/share/ansible/roles/container-registry/files = files/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|
|
|