diff options
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) |