serverspec-init
RSpec tests for your servers configured by Puppet, Chef or anything else
Install
- All systems
-
curl cmd.cat/serverspec-init.sh
- Debian
-
apt-get install ruby-serverspec
- Ubuntu
-
apt-get install ruby-serverspec
- Kali Linux
-
apt-get install ruby-serverspec
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-serverspec
- Raspbian
-
apt-get install ruby-serverspec
- Dockerfile
- dockerfile.run/serverspec-init
ruby-serverspec
RSpec tests for your servers configured by Puppet, Chef or anything else
With serverspec, you can write RSpec tests for checking your servers are configured correctly. Serverspec tests your servers' actual state through SSH access, so you don't need to install any agent software on your servers and can use any configuration management tools, Puppet, Chef, CFEngine and so on.