diff options
author | Thomas Wiest <twiest@redhat.com> | 2014-10-28 11:03:14 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2014-10-28 11:09:22 -0400 |
commit | 1e216d4d8b4610891bda9b55a83d08619837c6b6 (patch) | |
tree | 7aa6f76e5dc6f09b2319fd0777a10b9c237c1bb4 /README.md | |
parent | b08cc0b87599bca63e8723de3fdcd2402e23c3fe (diff) | |
download | openshift-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.md | 16 |
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) |