Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 335 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 335 Bytes

ansible-testinfra

Example for testing Ansible provisioning with Testinfra and Vagrant

checkout Testinfra here: https://github.com/philpep/testinfra

Usage

  • create venv and install dependencies with ./build.sh
  • create Vagrant box with vagrant up
  • provision box with vagrant provision
  • test box with ./test.sh