diff --git a/README.md b/README.md
index 1619cc2..1d40aca 100644
--- a/README.md
+++ b/README.md
@@ -28,18 +28,10 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
- | SERVER / Fact Scan |
- Will Tome |
- demo: fact_scan |
- scan facts for Linux and Windows systems |
- Not available |
- |
-
-
- | SERVER / Patching |
- Will Tome |
- demo: patching |
- patching for Linux servers |
+ Create Developer Report |
+ Sean Cavanaugh |
+ demo: developer_report |
+ Create HTML report using Ansible facts |
Not available |
|
@@ -51,6 +43,22 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
Not available |
|
+
+ | Deploy Application (survey) |
+ Sean Cavanaugh |
+ demo: deploy_application |
+ install yum applications on Linux with a survey |
+ Video Link |
+ |
+
+
+ | SERVER / Fact Scan |
+ Will Tome |
+ demo: fact_scan |
+ scan facts for Linux and Windows systems |
+ Not available |
+ |
+
| SERVER / Hardening |
Will Tome |
@@ -59,6 +67,14 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
Not available |
|
+
+ | SERVER / Patching |
+ Will Tome |
+ demo: patching |
+ patching for Linux servers |
+ Not available |
+ |
+
| Windows IIS Server |
Colin McNaughton |
@@ -67,22 +83,6 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
Not available |
|
-
- | Deploy Application (survey) |
- Sean Cavanaugh |
- demo: deploy_application |
- install yum applications on Linux with a survey |
- Video Link |
- |
-
-
- | Create Developer Report |
- Sean Cavanaugh |
- demo: developer_report |
- Create HTML report using Ansible facts |
- Not available |
- |
-
# Contribute
diff --git a/roles/generate_readme/templates/readme.j2 b/roles/generate_readme/templates/readme.j2
index efc0d66..98e73be 100644
--- a/roles/generate_readme/templates/readme.j2
+++ b/roles/generate_readme/templates/readme.j2
@@ -27,7 +27,7 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
Workshop Types |
-{% for key, value in hostvars[inventory_hostname].items()|rejectattr('0', 'match', 'ansible_')|selectattr('1.name', 'defined') %}
+{% for key, value in hostvars[inventory_hostname].items()|rejectattr('0', 'match', 'ansible_')|selectattr('1.name', 'defined')|sort(attribute='1.name') %}
| {{value.name}} |
{{value.author}} |