fix unique keys and update readme
This commit is contained in:
26
README.md
26
README.md
@@ -48,6 +48,30 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
|
||||
<td><a href="https://www.youtube.com/watch?v=pU8ZgSBuEJw&list=PLdu06OJoEf2bp-PNtxPP_2n7Avkax8TED">Video Link</a></td>
|
||||
<td><ul><li>f5</li><li>rhel</li></ul></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SERVER / Fact Scan</td>
|
||||
<td>Will Tome</td>
|
||||
<td><pre>demo: fact_scan</pre></td>
|
||||
<td>scan facts for Linux and Windows systems</td>
|
||||
<td>Not available </td>
|
||||
<td><ul><li>f5</li><li>rhel</li><li>windows</li></ul></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SERVER / Gather Debug Info</td>
|
||||
<td>Will Tome</td>
|
||||
<td><pre>demo: debug_info</pre></td>
|
||||
<td>provide info for memory and CPU usage for specified systems</td>
|
||||
<td>Not available </td>
|
||||
<td><ul><li>f5</li><li>rhel</li></ul></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SERVER / Grant Sudo</td>
|
||||
<td>Will Tome</td>
|
||||
<td><pre>demo: grant_sudo</pre></td>
|
||||
<td>grant sudo privledges for specified time via survey</td>
|
||||
<td>Not available </td>
|
||||
<td><ul><li>f5</li><li>rhel</li></ul></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SERVER / Patching</td>
|
||||
<td>Will Tome</td>
|
||||
@@ -59,7 +83,7 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
|
||||
<tr>
|
||||
<td>SERVER / Security Patching</td>
|
||||
<td>Will Tome</td>
|
||||
<td><pre>demo: fact_scan</pre></td>
|
||||
<td><pre>demo: security_patching</pre></td>
|
||||
<td>upgrade all yum packages for security related except kernel</td>
|
||||
<td>Not available </td>
|
||||
<td><ul><li>f5</li><li>rhel</li></ul></td>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
fact_scan:
|
||||
grant_sudo:
|
||||
author: "Will Tome"
|
||||
category: infrastructure
|
||||
name: "SERVER / Grant Sudo"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
fact_scan:
|
||||
debug_info:
|
||||
author: "Will Tome"
|
||||
category: infrastructure
|
||||
name: "SERVER / Gather Debug Info"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
fact_scan:
|
||||
security_patching:
|
||||
author: "Will Tome"
|
||||
category: infrastructure
|
||||
name: "SERVER / Security Patching"
|
||||
|
||||
Reference in New Issue
Block a user