adding categories

This commit is contained in:
ipvsean
2020-03-11 19:34:45 -04:00
parent c3b42d8499
commit 014efcd558
11 changed files with 172 additions and 30 deletions

View File

@@ -1,6 +1,7 @@
---
deploy_application:
author: "Sean Cavanaugh"
category: infrastructure
name: "Deploy Application (survey)"
description: "install yum applications on Linux with a survey"
job_type: "run"

View File

@@ -1,6 +1,7 @@
---
patching:
author: "Will Tome"
category: infrastructure
name: "SERVER / Patching"
description: "patching for Linux servers"
job_type: "run"

View File

@@ -1,6 +1,7 @@
---
hardening:
author: "Will Tome"
category: security
name: "SERVER / Hardening"
description: "hardening for Linux servers"
job_type: "run"

View File

@@ -1,6 +1,7 @@
---
fact_scan:
author: "Will Tome"
category: infrastructure
name: "SERVER / Fact Scan"
description: "scan facts for Linux and Windows systems"
job_type: "run"

View File

@@ -1,6 +1,7 @@
---
fact_scan:
author: "Will Tome"
category: infrastructure
name: "SERVER / Grant Sudo"
description: "grant sudo privledges for specified time via survey"
job_type: "run"

View File

@@ -1,6 +1,7 @@
---
openscap:
author: "Sean Cavanaugh"
category: security
name: "Create Openscap Report"
description: "Create HTML report using SCAP Security Guide (SSG)"
job_type: "run"

View File

@@ -1,6 +1,7 @@
---
developer_report:
author: "Sean Cavanaugh"
category: developer
name: "Create Developer Report"
description: 'Create HTML report using <a href="https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variables-discovered-from-systems-facts">Ansible facts</a>'
job_type: "run"

View File

@@ -2,6 +2,7 @@
f5_bigip_workflow:
workflow: true
author: "Sean Cavanaugh"
category: network
name: "WORKFLOW - F5 BIG-IP"
description: 'Workflow for F5 BIG-IP to setup a VIP (Virtual IP) load balancer between two RHEL webservers'
organization: "Default"

View File

@@ -1,6 +1,7 @@
---
windows_iis:
author: "Colin McNaughton"
category: infrastructure
name: "Windows IIS Server"
description: "install webserver on Windows Server with a survey"
job_type: "run"