Install this version:
emerge -a =app-admin/ansible-modules-hashivault-5.2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/ansible-modules-hashivault-5.2.1
Or alternatively:
emerge --autounmask-write -a =app-admin/ansible-modules-hashivault-5.2.1
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Ansible module for hashicorp vault"
HOMEPAGE="https://www.ansible.com/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/TerryHowe/ansible-modules-hashivault.git"
else
SRC_URI="https://github.com/TerryHowe/ansible-modules-hashivault/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~arm64"
fi
LICENSE="MIT"
SLOT="0"
RDEPEND="
>=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
>=dev-python/hvac-1.2.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
# The tests require a private instance of vault
RESTRICT="test"
python_prepare_all() {
sed -i 's:description-file:description_file:' setup.cfg || die
distutils-r1_python_prepare_all
}
>=app-admin/ansible-core-2.12.0[] >=dev-python/hvac-1.2.1[] dev-python/requests[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ansible-modules-hashivault-5.2.1.gh.tar.gz | 101636 bytes | https://github.com/TerryHowe/ansible-modules-hashivault/archive/5.2.1.tar.gz |