summaryrefslogtreecommitdiffstats
path: root/roles/yum_repo/README.md
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-04-08 16:53:28 -0400
committerKenny Woodson <kwoodson@redhat.com>2015-04-08 17:07:26 -0400
commit3c521113b4b7a79d69c788600df67c460c887963 (patch)
tree6f9d76f7a06f9c641a848b82cfa27567826f2984 /roles/yum_repo/README.md
parentb87616816b591aa357de60415be00a514dcb7c6a (diff)
downloadopenshift-3c521113b4b7a79d69c788600df67c460c887963.tar.gz
openshift-3c521113b4b7a79d69c788600df67c460c887963.tar.bz2
openshift-3c521113b4b7a79d69c788600df67c460c887963.tar.xz
openshift-3c521113b4b7a79d69c788600df67c460c887963.zip
Adding yum_repo role for facilitating repository deployment
Diffstat (limited to 'roles/yum_repo/README.md')
-rw-r--r--roles/yum_repo/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/roles/yum_repo/README.md b/roles/yum_repo/README.md
new file mode 100644
index 000000000..7f6a615cb
--- /dev/null
+++ b/roles/yum_repo/README.md
@@ -0,0 +1,34 @@
+Role Name
+=========
+
+This role allows easy deployment of yum repository config files.
+
+Requirements
+------------
+
+Yum
+
+Role Variables
+--------------
+
+Dependencies
+------------
+
+Example Playbook
+----------------
+
+Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
+
+ - hosts: servers
+ roles:
+ - { role: username.rolename, x: 42 }
+
+License
+-------
+
+ASL 2.0
+
+Author Information
+------------------
+
+openshift online operations