AnsibleJob.ps1 - improved to coding guidelines.#3
AnsibleJob.ps1 - improved to coding guidelines.#3Finzzownt wants to merge 1 commit intogpduck:masterfrom
Conversation
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 name is now the default. Bumped module version from 0.1 to 0.2. Added function Disable-CertificateVerification. Added function Join-AnsibleUrl. Added function Get-AnsibleResourceUrl, which caches the resource urls. Added help for Connect-AnsibleTower. The module now supports BasicAuth, specified via the switch BasicAuth in Connect-AnsibleTower. Property created in the class User is now of type DateTime?. Added property external_account to class User. Property unified_job_template in class Job is now of type int. Added property launch_type to class Job. Added property status to class Job. Added property failed to class Job. Added property elapsed to class Job. Added property job_explanation to class Job. Property job_template in class Job is now of type int. Added property result_stdout to class Job.
|
Hi @Finzzownt Im' not actively maintaining this, havent been for many years. I appreciate the PR but it would be much better of someone else took it over. I'd be happy to link from this repo to its new and better home. |
|
Hi @trondhindenes See what you mean. We used your initial setup, while having a main Windows process to govern deployments. That changed to AnsibleTower. We haven't used the module since. I don't mind if my latest updates would be the new home, but I don't expect new updates in the near future also. |
I'd like to take ownership. Would you be willing to transfer the repo to me (so it will have search) and add me as owner in the gallery so I can publish? |
|
Hello @trondhindenes and @gpduck did you guys get this transferred? Just need to know so I can track Thanks 🗡 |
|
@jrbella we just did the transfer. |
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 name is now the default.
Bumped module version from 0.1 to 0.2.
Added function Disable-CertificateVerification.
Added function Join-AnsibleUrl.
Added function Get-AnsibleResourceUrl, which caches the resource urls.
Added help for Connect-AnsibleTower.
The module now supports BasicAuth, specified via the switch BasicAuth in Connect-AnsibleTower.
Property created in the class User is now of type DateTime?.
Added property external_account to class User.
Property unified_job_template in class Job is now of type int.
Added property launch_type to class Job.
Added property status to class Job.
Added property failed to class Job.
Added property elapsed to class Job.
Added property job_explanation to class Job.
Property job_template in class Job is now of type int.
Added property result_stdout to class Job.