summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas Wiest <twiest@gmail.com>2014-10-28 11:24:44 -0400
committerThomas Wiest <twiest@gmail.com>2014-10-28 11:24:44 -0400
commit5cb6943831dcc628c84614c3a1747dcbf2b754ae (patch)
tree7aa6f76e5dc6f09b2319fd0777a10b9c237c1bb4 /README.md
parentb08cc0b87599bca63e8723de3fdcd2402e23c3fe (diff)
parent1e216d4d8b4610891bda9b55a83d08619837c6b6 (diff)
downloadopenshift-5cb6943831dcc628c84614c3a1747dcbf2b754ae.tar.gz
openshift-5cb6943831dcc628c84614c3a1747dcbf2b754ae.tar.bz2
openshift-5cb6943831dcc628c84614c3a1747dcbf2b754ae.tar.xz
openshift-5cb6943831dcc628c84614c3a1747dcbf2b754ae.zip
Merge pull request #16 from twiest/pr
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)