syncing newest readme

This commit is contained in:
ipvsean
2020-05-18 12:10:46 -04:00
parent 2edc4a6e52
commit ad7bc89cd5
3 changed files with 15 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ This repository currently holds {{hostvars[inventory_hostname].items()|rejectatt
</tr>
{% for key, value in hostvars[inventory_hostname].items()|rejectattr('0', 'match', 'ansible_')|selectattr('1.name', 'defined')|selectattr('1.category', 'match', 'infrastructure$')|sort(attribute='1.name') %}
<tr>
<td>{{value.name}}</td>
<td>{% if value.readme is defined%}<a href="{{ value.readme}}">{{value.name}}</a>{% else %}{{value.name}}{% endif %}</td>
<td>{{value.author}}</td>
<td><pre>demo: {{key}}</pre></td>
<td>{{value.description}}</td>

View File

@@ -1,6 +1,7 @@
---
deploy_application:
author: "Sean Cavanaugh"
readme: "https://github.com/ansible/product-demos/blob/master/docs/infrastructure/deploy_application.md"
category: infrastructure
name: "INFRASTRUCTURE / Deploy Application"
description: "install yum applications on Linux with a survey"