-
Notifications
You must be signed in to change notification settings - Fork 26
/
setup.cfg
32 lines (29 loc) · 1013 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name = nkinder.keycloak
summary = Deploy Keycloak server
description-file =
README.md
author = Nathan Kinder
author-email = nkinder.redhat.com
home-page = https://github.com/nkinder/ansible-keycloak
classifier =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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/local/share/ansible/roles/nkinder.keycloak/defaults = defaults/*
usr/local/share/ansible/roles/nkinder.keycloak/files = files/*
usr/local/share/ansible/roles/nkinder.keycloak/handlers = handlers/*
usr/local/share/ansible/roles/nkinder.keycloak/meta = meta/*
usr/local/share/ansible/roles/nkinder.keycloak/tasks = tasks/*
usr/local/share/ansible/roles/nkinder.keycloak/templates = templates/*
[pbr]
skip_authors = True
skip_changelog = True