ansible-role-serverspec_test_dependencies
serverspec_test_dependencies
Install dependencies needed to execute ServerSpec tests on a target. Note this does not install Ruby or ServerSpec. This only installs dependencies needed for the tests themselves It is useful for situations such as executing tests on docker containers where the serverspec binaries are installed on the host and the tests are being executed via the docker cli
Dependencies
None
Example Playbook
Usually this will be part of the test suite definition:
- hosts: servers
roles:
- { role: serverspec_test_dependencies }
License
GPLv3
Author
Install
ansible-galaxy install bdellegrazie/ansible-role-serverspec_test_dependencies
License
gpl-3.0
Downloads
1525
Owner