summaryrefslogtreecommitdiffstats
path: root/roles/tito/README.md
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-11-13 17:30:31 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2015-11-13 17:30:31 -0500
commitd4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e (patch)
tree31f602108fb1b44413d636eb2a9bbfbfdc57121b /roles/tito/README.md
parent269bbc57817ad026b9bb2ca25eaddb08f9f60bd8 (diff)
parent19f34554b6dbee62070ab147e790d21d6e759cca (diff)
downloadopenshift-d4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e.tar.gz
openshift-d4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e.tar.bz2
openshift-d4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e.tar.xz
openshift-d4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e.zip
Merge pull request #895 from twiest/pr
added the tito and copr_cli roles
Diffstat (limited to 'roles/tito/README.md')
-rw-r--r--roles/tito/README.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/roles/tito/README.md b/roles/tito/README.md
new file mode 100644
index 000000000..c4e2856dc
--- /dev/null
+++ b/roles/tito/README.md
@@ -0,0 +1,38 @@
+Role Name
+=========
+
+This role manages Tito.
+
+https://github.com/dgoodwin/tito
+
+Requirements
+------------
+
+None
+
+Role Variables
+--------------
+
+None
+
+Dependencies
+------------
+
+None
+
+Example Playbook
+----------------
+
+ - hosts: servers
+ roles:
+ - role: tito
+
+License
+-------
+
+Apache License, Version 2.0
+
+Author Information
+------------------
+
+Thomas Wiest