Skip to content

reddeppas/chef-server-vagrantfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

chef-server-vagrantfile

basic commands to bring up vagrant machines. Using the vagrant file you can create a chefserver and a sample node

vagrant up chef13 

vagrant up linuxnode1 

bootstrap node to chefserver

knife bootstrap <ip-address> --ssh-user <vagrant> --sudo --ssh-identity-file <vagrant private key file location> --node-name <node-name> --run-list <runlist> 

for self signed certificates use --node-ssl-verify-mode none

About

Consists of vagrant file for bringing up chefserver and a sample node. learn chef basics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published