diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-04-09 09:03:21 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-04-09 09:03:21 -0400 |
commit | 285ff520ec5090bb89277efc3c89601b01e69990 (patch) | |
tree | 6f9d76f7a06f9c641a848b82cfa27567826f2984 /roles/yum_repo/README.md | |
parent | b87616816b591aa357de60415be00a514dcb7c6a (diff) | |
parent | 3c521113b4b7a79d69c788600df67c460c887963 (diff) | |
download | openshift-285ff520ec5090bb89277efc3c89601b01e69990.tar.gz openshift-285ff520ec5090bb89277efc3c89601b01e69990.tar.bz2 openshift-285ff520ec5090bb89277efc3c89601b01e69990.tar.xz openshift-285ff520ec5090bb89277efc3c89601b01e69990.zip |
Merge pull request #143 from kwoodson/yum_repo
Adding yum_repo role
Diffstat (limited to 'roles/yum_repo/README.md')
-rw-r--r-- | roles/yum_repo/README.md | 34 |
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 |