Douglas Mendizábal 1269408d68 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
(cherry picked from commit 5069751256fb218d56ce1f30552de678bd56b48a)
2020-03-18 20:06:43 +00: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