I hereby claim:
- I am martinb3 on github.
- I am martinb3 (https://keybase.io/martinb3) on keybase.
- I have a public key ASASZmoi5-Xl2p32Lu57QPP_OS-xt2wi8TapJb_9zQUhqwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ## On all servers: | |
| knife ssh 'name:*' 'sudo chef-client’ | |
| ## On environment 'foo' only: | |
| knife ssh 'chef_environment:foo' 'sudo chef-client' | |
| ## Search Examples (use with knife ssh) |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| import pyrax | |
| import subprocess | |
| import time | |
| import sys | |
| username = sys.argv[1] # username | |
| ddi = sys.argv[2] # ddi | |
| api_key = sys.argv[3] # api key |