summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 31c42bff6..2ea147e46 100644
--- a/README.md
+++ b/README.md
@@ -28,11 +28,10 @@ This repo contains OpenShift Ansible code.
- [How to build the openshift-ansible rpms](BUILD.md)
- Directory Structure:
- - [cloud.rb](cloud.rb) - light wrapper around Ansible
- [bin/cluster](bin/cluster) - python script to easily create OpenShift 3 clusters
+ - [docs](docs) - Documentation for the project
- [filter_plugins/](filter_plugins) - custom filters used to manipulate data in Ansible
- [inventory/](inventory) - houses Ansible dynamic inventory scripts
- - [lib/](lib) - library components of cloud.rb
- [playbooks/](playbooks) - houses host-type Ansible playbooks (launch, config, destroy, vars)
- [roles/](roles) - shareable Ansible tasks