summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 8d18a390f14d0c0f3221db89c9fbdba3fb89969d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)