Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
cwebberOps / url.txt
Created September 19, 2020 02:12
We Hack Purple Podcast
https://music.amazon.com/podcasts/cdf5277e-0a88-4ee9-8ce8-accc9f544e3a/We-Hack-Purple-Podcast
@cwebberOps
cwebberOps / keybase.md
Created April 6, 2016 16:17
keybase.md

Keybase proof

I hereby claim:

  • I am cwebberops on github.
  • I am cwebber (https://keybase.io/cwebber) on keybase.
  • I have a public key ASAYhB-Stxc7O71C5NM9YlerPrHJdlP958vnt2zEFsgZUwo

To claim this, I am signing this object:

@cwebberOps
cwebberOps / Berksfile
Created November 25, 2015 16:59
RDS build
cookbook 'delivery-sugar', github: 'chef-cookbooks/delivery-sugar'
cookbook 'aws-rds', github: 'cwebberOps/aws-rds-cookbook'
@cwebberOps
cwebberOps / fastly.rb
Last active August 29, 2015 14:18
fastly resource
fastly_service 'chef-web-www_prod' do
action :create
domain 'blog.chef.io'
domain 'www.chef.io'
domain 'summit.chef.io'
# Request Conditions
all_www_lb = request_condition 'all_www-lb' do
@cwebberOps
cwebberOps / .kitchen.cloud.yml
Created December 9, 2014 12:58
one yaml to rule them all
---
driver_config:
digitalocean_client_id: <%= ENV['DIGITAL_OCEAN_CLIENT_ID'] %>
digitalocean_api_key: <%= ENV['DIGITAL_OCEAN_API_KEY'] %>
provisioner:
name: chef_zero
require_chef_omnibus: latest
platforms:
@cwebberOps
cwebberOps / gist:c5ccf0a5f329bfc517b4
Last active August 29, 2015 14:09
Supermarket CLA Feature Missing

10 Nov 2014 - Supermarket CLA Features Missing

Start every PM stating the following

  1. This is a blameless Post Mortem.
  2. We will not focus on the past events as they pertain to "could've" "should've"...
  3. All follow up action items will be assigned to a team/individual before the end of the meeting. If the item is not going to be top priority leaving the meeting, don't make it a follow up item.

Incident Leader: cwebber

@cwebberOps
cwebberOps / instructions.md
Created October 20, 2014 14:07
ProStack v0.1 - Test Driven Infra

Pro Stack 0.1

Test Driven Infrastructure with Chef

Slides

  • Title
  • Intro
@cwebberOps
cwebberOps / resource_tag.rb
Created October 1, 2014 15:50
aws cookbook test
include_recipe 'aws'
file '/etc/chef/ohai/hints/ec2.json' do
content '{}'
action :create
end
ohai 'reload' do
action :reload
end
@cwebberOps
cwebberOps / PKGBUILD
Created September 14, 2014 20:49
AUR for Exercism
# Maintainer: faerbit <faerbit at gmail dot com >
pkgname=exercism-cli
pkgver=v1.5.0
pkgrel=1
pkgdesc="Command line client for exercism.io"
arch=("i686" "x86_64")
url="https://github.com/exercism/cli"
license=("MIT")
@cwebberOps
cwebberOps / Console
Created August 28, 2014 02:39
freebsd userdata issues
Starting devd.
Starting dhclient.
DHCPDISCOVER on xn0 to 255.255.255.255 port 67 interval 3
DHCPOFFER from 172.31.16.1
DHCPREQUEST on xn0 to 255.255.255.255 port 67
DHCPACK from 172.31.16.1
bound to 172.31.24.50 -- renewal in 1800 seconds.
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1