diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-08-14 17:33:49 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-08-14 17:33:49 -0400 |
commit | 30d653aa5b776afbf35c98b1b5e7436f8cb7123c (patch) | |
tree | 86141f3cc018b511eb1f86144c3a0d6ad250db35 /README.md | |
parent | c7337a81964057cea17d5e88c455d343f3e138d4 (diff) | |
parent | abd6132a81ed7b9e7931af1271db9067e9b51536 (diff) | |
download | openshift-30d653aa5b776afbf35c98b1b5e7436f8cb7123c.tar.gz openshift-30d653aa5b776afbf35c98b1b5e7436f8cb7123c.tar.bz2 openshift-30d653aa5b776afbf35c98b1b5e7436f8cb7123c.tar.xz openshift-30d653aa5b776afbf35c98b1b5e7436f8cb7123c.zip |
Merge pull request #443 from aveshagarwal/ae-ansible-merge-doc
AE->OSO ansible doc merge
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ -#openshift-ansible +#Openshift and Atomic Enterprise Ansible -This repo contains OpenShift Ansible code. +This repo contains Ansible code for Openshift and Atomic Enterprise. ##Setup - Install base dependencies: @@ -23,12 +23,13 @@ This repo contains OpenShift Ansible code. - Bring your own host deployments: - [OpenShift Enterprise](README_OSE.md) - [OpenShift Origin](README_origin.md) + - [Atomic Enterprise](README_AEP.md) - Build - [How to build the openshift-ansible rpms](BUILD.md) - Directory Structure: - - [bin/cluster](bin/cluster) - python script to easily create OpenShift 3 clusters + - [bin/cluster](bin/cluster) - python script to easily create 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 |