Skip to content

Instantly share code, notes, and snippets.

@quezo
Created March 8, 2012 23:08
Show Gist options
  • Save quezo/2004035 to your computer and use it in GitHub Desktop.
Save quezo/2004035 to your computer and use it in GitHub Desktop.
my ops code commands
cd pycon2012devops/
514 gem install knife-ec2
518 ssh-add .chef/pycon.pem
519 cd .chef
521 ssh-add pycon2012.pem
522 cd ..
524 ls
525 knife coobook upload --all
526 knife
528 ls
529 knife cookbooks upload --all
530 knife cookbook upload --all
531 knife role from file base.rb
532 knife ec2 server create -x ubuntu -r 'role[base]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment