Initial commit
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5ceb386
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+venv
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fefe37b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+CouchDB Infrastructure Config Management
+===
+
+This repository contains Ansible scripts for managing our VM testing infrastructure.
+
+Setup
+---
+
+    $ virtualenv venv
+    $ source venv/bin/activate
+    $ pip install -r requirements.txt
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..90d4055
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1 @@
+ansible