summaryrefslogtreecommitdiffstats
path: root/README.md
blob: ce842e2b087f3824368d7aab19774b71916f044f (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](README_AWS.md)
  - [GCE](README_GCE.md)