Douglas Mendizábal 5069751256 Add HA (load balancing) support
This patch add support for configuring proteccio to use
more than one HSM.  When more than one HSM is provided
the proteccio client is configured for High Availability (HA).

This patch changes the format of the variables and should
be released as a new major version. (e.g. 1.0.0).

Change-Id: Ib9989ee72a67f71275e31b966bff7673072fb3f8
2020-02-04 09:48:42 -06:00

35 lines
938 B
INI

[metadata]
name = ansible-role-atos-hsm
summary = ansible-role-atos-hsm - Ansible role to configure ATOS HSM clients.
description-file =
README.rst
author = OpenStack Barbican Team
author-email = alee@redhat.com
home-page = https://opendev.org/openstack/ansible-role-atos-hsm
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 5 - Production/Stable
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/roles/atos-hsm/defaults = defaults/*
share/ansible/roles/atos-hsm/meta = meta/*
share/ansible/roles/atos-hsm/tasks = tasks/*
share/ansible/roles/atos-hsm/templates = templates/*
share/ansible/roles/atos-hsm/files = files/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True