tripleo-ansible/setup.cfg
Kevin Carter 01bea3f98c Cleanup after rename-pocolyps
Now that all of the roles have been converted to an ansible collection compliant
name, all of the symlinks are being removed.

Depends-On: I10a0064fa0bdb80957a3ef7acfe376c745d8512b
Change-Id: I130e038e47101f4c0f8e59a31d825cbdf5a420e8
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2020-04-02 07:56:20 -05:00

34 lines
830 B
INI

[metadata]
name = tripleo-ansible
summary = Ansible assets for the TripleO project.
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://opendev.org/openstack/tripleo-ansible
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 =
share/ansible/tripleo-playbooks/ = tripleo_ansible/playbooks/*
share/ansible/plugins/ = tripleo_ansible/ansible_plugins/*
share/ansible/roles/ = tripleo_ansible/roles/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True