syncing new ansible playbook locations

This commit is contained in:
ipvsean
2020-05-17 11:07:36 -04:00
parent 595ba17482
commit 6666525cfc
17 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ developer_report:
<a href="https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variables-discovered-from-systems-facts">Ansible facts</a>'
job_type: "run"
inventory: "Workshop Inventory"
playbook: "playbooks/11_developer_report.yml"
playbook: "playbooks/developer/developer_report.yml"
credential: "Workshop Credential"
survey_enabled: false
project:

View File

@@ -6,7 +6,7 @@ debug_info:
description: "provide info for memory and CPU usage for specified systems"
job_type: "run"
inventory: "Workshop Inventory"
playbook: playbooks/06_debug_info.yml
playbook: playbooks//infrastructure/debug_info.yml
credential: "Workshop Credential"
survey_enabled: false
survey_spec:

View File

@@ -6,7 +6,7 @@ grant_sudo:
description: "grant sudo privledges for specified time via survey"
job_type: "run"
inventory: "Workshop Inventory"
playbook: playbooks/05_grant_sudo.yml
playbook: playbooks/infrastructure/grant_sudo.yml
credential: "Workshop Credential"
survey_enabled: true
survey_spec:

View File

@@ -6,7 +6,7 @@ insights:
description: "install and configure Red Hat Insights"
job_type: "run"
inventory: "Workshop Inventory"
playbook: playbooks/08_insights.yml
playbook: playbooks/infrastructure/insights.yml
credential: "Workshop Credential"
survey_enabled: true
survey_spec:

View File

@@ -6,7 +6,7 @@ patching:
description: "patching for Linux servers"
job_type: "run"
inventory: "Workshop Inventory"
playbook: "playbooks/02_patching.yml"
playbook: "playbooks/infrastructure/patching.yml"
credential: "Workshop Credential"
survey_enabled: true
survey_spec:

View File

@@ -6,7 +6,7 @@ security_patching:
description: "upgrade all yum packages for security related except kernel"
job_type: "run"
inventory: "Workshop Inventory"
playbook: playbooks/02_patching.yml
playbook: playbooks/infrastructure/patching.yml
credential: "Workshop Credential"
survey_enabled: true
survey_spec:

View File

@@ -6,7 +6,7 @@ windows_iis:
description: "install webserver on Windows Server with a survey"
job_type: "run"
inventory: "Workshop Inventory"
playbook: "playbooks/30_windows_iis.yml"
playbook: "playbooks/infrastructure/windows_iis.yml"
credential: "Demo Credential"
survey_enabled: false
project:

View File

@@ -6,7 +6,7 @@ hardening:
description: "hardening for Linux servers"
job_type: "run"
inventory: "Workshop Inventory"
playbook: "playbooks/03_hardening.yml"
playbook: "playbooks/security/hardening.yml"
credential: "Workshop Credential"
survey_enabled: true
survey_spec:

View File

@@ -6,7 +6,7 @@ openscap:
description: "Create HTML report using SCAP Security Guide (SSG)"
job_type: "run"
inventory: "Workshop Inventory"
playbook: "playbooks/10_openscap.yml"
playbook: "playbooks/security/openscap.yml"
credential: "Workshop Credential"
survey_enabled: false
project: