summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2016-11-04 15:28:34 +0100
committerRodolfo Carvalho <rhcarvalho@gmail.com>2016-11-08 15:31:05 +0100
commit3e9ee76d14d4baa9bc2649b617389c741445d381 (patch)
tree7db4581cb6b394faf5bea4f693745d3e9a45c8e0 /README.md
parentd81bf2d9f80d5ab208c2627be6aebdb700814602 (diff)
downloadopenshift-3e9ee76d14d4baa9bc2649b617389c741445d381.tar.gz
openshift-3e9ee76d14d4baa9bc2649b617389c741445d381.tar.bz2
openshift-3e9ee76d14d4baa9bc2649b617389c741445d381.tar.xz
openshift-3e9ee76d14d4baa9bc2649b617389c741445d381.zip
README: cleanup setup steps
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 14 insertions, 11 deletions
diff --git a/README.md b/README.md
index c36bb302e..fedf7a0ab 100644
--- a/README.md
+++ b/README.md
@@ -29,25 +29,28 @@ not practical to start over at 1.0.
## Setup
-- Install base dependencies:
- - Requirements:
- - Ansible >= 2.1.0 though 2.2 is preferred for performance reasons.
+1. Install base dependencies:
+
+ ***
+ Requirements:
+ - Ansible >= 2.1.0 (>= 2.2 is preferred for performance reasons)
- Jinja >= 2.7
+ ***
- - Fedora:
+ Fedora:
```
- dnf install -y ansible-2.1.0.0 pyOpenSSL python-cryptography
+ dnf install -y ansible pyOpenSSL python-cryptography
```
-- Setup for a specific cloud:
+2. Setup for a specific cloud:
+
- [AWS](http://github.com/openshift/openshift-ansible/blob/master/README_AWS.md)
- [GCE](http://github.com/openshift/openshift-ansible/blob/master/README_GCE.md)
- [local VMs](http://github.com/openshift/openshift-ansible/blob/master/README_libvirt.md)
-
-- Bring your own host deployments:
- - [OpenShift Enterprise](https://docs.openshift.com/enterprise/latest/install_config/install/advanced_install.html)
- - [OpenShift Origin](https://docs.openshift.org/latest/install_config/install/advanced_install.html)
- - [Atomic Enterprise](http://github.com/openshift/openshift-ansible/blob/master/README_AEP.md)
+ - Bring your own host deployments:
+ - [OpenShift Enterprise](https://docs.openshift.com/enterprise/latest/install_config/install/advanced_install.html)
+ - [OpenShift Origin](https://docs.openshift.org/latest/install_config/install/advanced_install.html)
+ - [Atomic Enterprise](http://github.com/openshift/openshift-ansible/blob/master/README_AEP.md)
- Build
- [How to build the openshift-ansible rpms](BUILD.md)