From 9affd0521ac61a8afca623a4281e054386cdc363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Fri, 12 Aug 2022 10:25:27 +0200 Subject: [PATCH] doc: add special requirements for running and testing the role --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0e393c5..618d1d2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This role provides all necessary tasks to initialise RHEL 7 servers for SLUBArch To use this role, the following software must be installed on your workstation: * ansible +* jmespath To deploy this role to a managed host, the following software must be installed on the target: * Python3 @@ -58,6 +59,11 @@ For more help with ansible-playbook, use the `--help` flag. Tests have been prepared/implemented using the Molecule framework. The details on using the test suite are described below `molecule/`. +Install the `vagrant-disksize` plugin before running the Molecule testsuite! +``` +vagrant plugin install vagrant-disksize +``` + ## Variables Many variables have been "hidden" in encrypted Ansible Vaults. For security reasons, these Vaults are maintained in a separate private internal repository of SLUB's Git. However, in order to better understand the data within the vaults, you can find `\*.vault.example` files below the `vars/` directory. -- GitLab