Skip to content

Instantly share code, notes, and snippets.

View brackendawson's full-sized avatar

Bracken brackendawson

View GitHub Profile
@brackendawson
brackendawson / list.yml
Last active October 18, 2016 17:15
The list problem
---
- hosts: all
gather_facts: False
tasks:
- set_fact:
myhosts:
- 127.0.0.1
- 127.0.0.2
@brackendawson
brackendawson / main.go
Last active May 25, 2020 21:14
How to make a server too complicated
package main
import (
"context"
"fmt"
"io"
"log"
"math/rand"
"net/http"
"os"