summaryrefslogtreecommitdiffstats
path: root/roles/docker_img_rhel6ops/README.md
diff options
context:
space:
mode:
authorThomas Wiest <twiest@gmail.com>2014-10-29 12:23:41 -0400
committerThomas Wiest <twiest@gmail.com>2014-10-29 12:23:41 -0400
commite1f362d24763a28c383468248517e4dbb5036de4 (patch)
tree6b063a310bb71cae17f3b6a910dca5ac1584f829 /roles/docker_img_rhel6ops/README.md
parentfd788c250c1fbdc5cc188aa29812c65ebafecc59 (diff)
parent525b741b6fbb178b11c6a2b3ccd4bf9ff9e98e0c (diff)
downloadopenshift-e1f362d24763a28c383468248517e4dbb5036de4.tar.gz
openshift-e1f362d24763a28c383468248517e4dbb5036de4.tar.bz2
openshift-e1f362d24763a28c383468248517e4dbb5036de4.tar.xz
openshift-e1f362d24763a28c383468248517e4dbb5036de4.zip
Merge pull request #18 from twiest/pr
Added Docker image build stuff
Diffstat (limited to 'roles/docker_img_rhel6ops/README.md')
-rw-r--r--roles/docker_img_rhel6ops/README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/roles/docker_img_rhel6ops/README.md b/roles/docker_img_rhel6ops/README.md
new file mode 100644
index 000000000..2055cd599
--- /dev/null
+++ b/roles/docker_img_rhel6ops/README.md
@@ -0,0 +1,36 @@
+Role Name
+=========
+
+The purpose of this role is to setup files to do the rhel6ops docker image build
+
+Requirements
+------------
+
+Docker
+
+Role Variables
+--------------
+
+None
+
+Dependencies
+------------
+
+None
+
+Example Playbook
+----------------
+
+ - hosts: servers
+ roles:
+ - docker_img_rhel6ops
+
+License
+-------
+
+ASL 2.0
+
+Author Information
+------------------
+
+Thomas Wiest