Infra-RunbookEngine.psd1
|
@{ RootModule = 'Infra-RunbookEngine.psm1' ModuleVersion = '1.0.0' GUID = 'e1f2a3b4-8c79-4ef5-d6a7-2c3d4e5f6a78' Author = 'Larry Roberts' CompanyName = 'Larry Roberts' Copyright = '(c) 2025 Larry Roberts. All rights reserved.' Description = 'Automated runbook execution engine with YAML decision trees, AI-generated runbooks, blast radius checks, approval workflows, and cross-module integration.' PowerShellVersion = '5.1' FunctionsToExport = @('Invoke-Runbook', 'New-Runbook', 'Get-RunbookStatus', 'Get-CIHealthScore', 'Get-ShiftHandoff') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Runbook', 'Automation', 'YAML', 'DecisionTree', 'Remediation', 'AI', 'Infrastructure', 'ITSM', 'HealthScore') LicenseUri = 'https://github.com/larro1991/Infra-RunbookEngine/blob/master/LICENSE' ProjectUri = 'https://github.com/larro1991/Infra-RunbookEngine' } } } |