f98f83c7b1
This patch adds support for installing the latest Security World client software. The installation media format for that version is a zipped file containing an ISO. The mechanism for installing the source media was changed to expect this new format. The file is still downloaded to the target host and now unzip is used instead of tar to unarchive the ISO. The client software is now installed on the target host using the RPM files found in the ISO image. Change-Id: If00a8612cd50f492da833033a2ed3256585617bd (cherry picked from commit b39d08608f6bd648912f811ffab379e01660c9ab) (cherry picked from commit 71f904f6505bb9547c3499fae937bc9c192418da)
35 lines
955 B
INI
35 lines
955 B
INI
[metadata]
|
|
name = ansible-role-thales-hsm
|
|
summary = ansible-role-thales-hsm - Ansible role to configure nShileld Connect HSM clients.
|
|
description-file =
|
|
README.rst
|
|
author = TripleO Team
|
|
author-email = alee@redhat.com
|
|
home-page = https://opendev.org/openstack/ansible-role-thales-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/thales_hsm/defaults = defaults/*
|
|
share/ansible/roles/thales_hsm/meta = meta/*
|
|
share/ansible/roles/thales_hsm/tasks = tasks/*
|
|
share/ansible/roles/thales_hsm/templates = templates/*
|
|
share/ansible/roles/thales_hsm/files = files/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|