AnsibleTower-PowerShell icon indicating copy to clipboard operation
AnsibleTower-PowerShell copied to clipboard

Powershell cmdlets for interacting with Ansible Tower

Results 4 AnsibleTower-PowerShell issues
Sort by recently updated
recently updated
newest added
trafficstars

Have the ability to read job events from a job to see what happened. This would Be useful for reviewing jobs

Next_run can be null. **Get-AnsibleSchedule.ps1 throws an exception for next_run null value** Exception calling "ParseToSchedule" with "1" argument(s): "Error converting value {null} to type 'System.DateTime'. Path 'next_run', line 73, position...

Getting this error when attempting to connect: ``` PS /home/chris> Connect-AnsibleTower -Credential $tower -TowerUrl 'https://ansible.oxya.com' -DisableCertificateVerification add-type : (4,37): error CS0246: The type or namespace name 'ICertificatePolicy' could not be...

Added function Wait-AnsibleJob. Added function Get-AnsibleJobTemplateID. Added help for function Get-AnsibleJobTemplate. Get-AnsibleJobTemplate accepts a name or id, where name is now the default. Invoke-AnsibleJobTemplate accepts a name or id, where...