Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 428 Bytes

serverspec examples


This repo relies on Serverspec ~> 2.0.0. For Serverspec v1 or RSpec 2 support, see branch serverspec_v1

serverspec is awesome

.

Here are a few examples:

  • using server properties mentioned in the "Advanced Tips" section at serverspec.org
  • using shared example groups so you can have per host specs with roles, etc