diff options
| author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-06-03 16:05:49 -0400 | 
|---|---|---|
| committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-06-03 16:05:49 -0400 | 
| commit | 26c1ae0487d2f2b8894aaef9526e368727155e99 (patch) | |
| tree | bf6cea7e6747f4bb96d3aeaf97f50988699e91bf | |
| parent | ce67ceffc2706a42a13241fa980cf0f9b610ec6e (diff) | |
| parent | 3ffacebef277a0a0aea639b0d1f682f3209180f4 (diff) | |
| download | openshift-26c1ae0487d2f2b8894aaef9526e368727155e99.tar.gz openshift-26c1ae0487d2f2b8894aaef9526e368727155e99.tar.bz2 openshift-26c1ae0487d2f2b8894aaef9526e368727155e99.tar.xz openshift-26c1ae0487d2f2b8894aaef9526e368727155e99.zip | |
Merge pull request #216 from detiber/AddTrelloLink
Add link to trello feature roadmap in README
| -rw-r--r-- | README.md | 11 | 
1 files changed, 7 insertions, 4 deletions
| @@ -1,10 +1,8 @@ -openshift-ansible -======================== +#openshift-ansible  This repo contains OpenShift Ansible code. -Setup ------ +##Setup  - Install base dependencies:    - Fedora:    ``` @@ -36,3 +34,8 @@ Setup    - [inventory/](inventory) - houses Ansible dynamic inventory scripts    - [playbooks/](playbooks) - houses host-type Ansible playbooks (launch, config, destroy, vars)    - [roles/](roles) - shareable Ansible tasks + +##Contributing + +###Feature Roadmap +Our Feature Roadmap is available in our public [Trello board](https://trello.com/b/Qb18IWHF/openshift-ansible) | 
