ansible-role-serverspec_test_dependencies

serverspec_test_dependencies Build Status

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

Brett Delle Grazie

About

Dependencies needed to execute ServerSpec tests on the target

Install
ansible-galaxy install bdellegrazie/ansible-role-serverspec_test_dependencies
GitHub repository
License
gpl-3.0
Downloads
1522