summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2016-11-04 15:06:10 +0100
committerRodolfo Carvalho <rhcarvalho@gmail.com>2016-11-08 15:31:06 +0100
commit1bd271a644b2680f086fa7775013786e1b7a8cb7 (patch)
tree2763924aa3352d8a2c5c0a9870f386cf31470726 /README.md
parent3e9ee76d14d4baa9bc2649b617389c741445d381 (diff)
downloadopenshift-1bd271a644b2680f086fa7775013786e1b7a8cb7.tar.gz
openshift-1bd271a644b2680f086fa7775013786e1b7a8cb7.tar.bz2
openshift-1bd271a644b2680f086fa7775013786e1b7a8cb7.tar.xz
openshift-1bd271a644b2680f086fa7775013786e1b7a8cb7.zip
README: move structure overview to the top
It now appears in its own section, serving as a quick way to understand what is in the repository.
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index fedf7a0ab..b76aec494 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,15 @@ Releases are tagged periodically from active branches and are versioned 3.x
corresponding to Origin releases 1.x. We unfortunately started with 3.0 and it's
not practical to start over at 1.0.
+## Directory structure
+
+- [bin/cluster](https://github.com/openshift/openshift-ansible/tree/master/bin/cluster) - Python script to easily create clusters
+- [docs/](https://github.com/openshift/openshift-ansible/tree/master/docs) - documentation for the project
+- [filter_plugins/](https://github.com/openshift/openshift-ansible/tree/master/filter_plugins) - custom filters used to manipulate data in Ansible
+- [inventory/](https://github.com/openshift/openshift-ansible/tree/master/inventory) - Ansible dynamic inventory scripts
+- [playbooks/](https://github.com/openshift/openshift-ansible/tree/master/playbooks) - host-type Ansible playbooks (launch, config, destroy, vars)
+- [roles/](https://github.com/openshift/openshift-ansible/tree/master/roles) - shareable Ansible tasks
+
## Setup
1. Install base dependencies:
@@ -55,14 +64,6 @@ not practical to start over at 1.0.
- Build
- [How to build the openshift-ansible rpms](BUILD.md)
-- Directory Structure:
- - [bin/cluster](https://github.com/openshift/openshift-ansible/tree/master/bin/cluster) - python script to easily create clusters
- - [docs](https://github.com/openshift/openshift-ansible/tree/master/docs) - Documentation for the project
- - [filter_plugins/](https://github.com/openshift/openshift-ansible/tree/master/filter_plugins) - custom filters used to manipulate data in Ansible
- - [inventory/](https://github.com/openshift/openshift-ansible/tree/master/inventory) - houses Ansible dynamic inventory scripts
- - [playbooks/](https://github.com/openshift/openshift-ansible/tree/master/playbooks) - houses host-type Ansible playbooks (launch, config, destroy, vars)
- - [roles/](https://github.com/openshift/openshift-ansible/tree/master/roles) - shareable Ansible tasks
-
## Contributing
- [Best Practices Guide](https://github.com/openshift/openshift-ansible/blob/master/docs/best_practices_guide.adoc)