summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2014-10-28 11:03:14 -0400
committerThomas Wiest <twiest@redhat.com>2014-10-28 11:09:22 -0400
commit1e216d4d8b4610891bda9b55a83d08619837c6b6 (patch)
tree7aa6f76e5dc6f09b2319fd0777a10b9c237c1bb4 /README.md
parentb08cc0b87599bca63e8723de3fdcd2402e23c3fe (diff)
downloadopenshift-1e216d4d8b4610891bda9b55a83d08619837c6b6.tar.gz
openshift-1e216d4d8b4610891bda9b55a83d08619837c6b6.tar.bz2
openshift-1e216d4d8b4610891bda9b55a83d08619837c6b6.tar.xz
openshift-1e216d4d8b4610891bda9b55a83d08619837c6b6.zip
doc update
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..8d18a390f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+openshift-online-ansible
+========================
+
+This repo houses ansible code used in OpenShift Online.
+
+Setup
+-----
+- Install base dependencies:
+ - Fedora:
+ ```
+ yum install ansible rubygem-parseconfig
+ ```
+
+- Setup for a specific cloud:
+ - [AWS](../blob/master/README_AWS.md)
+ - [GCE](../blob/master/README_GCE.md)