Ansible Plugin Details
Overview
Ansible Information:
Version Supported:
Plugin Operation:
- CreateAndLaunchJob
- RelaunchJob
Parameter |
Is Mandatory |
Help Text |
Url |
true |
Url of the Ansible server. Ex: https://192.168.2.79/ |
Username |
true |
Username required to login to ansible server |
Password |
true |
Password required to login to ansible server |
Job Template Id |
true |
The job template id against which a new job will be created and launched |
Parameter |
Help Text |
JobId |
Job Id of the created job |
AnsibleStatus |
Final created job status. |
Status |
Condition |
Passed |
If Ansible API returns jobdetails successfully with the finished status. |
Failed |
If Ansible API does not returns jobdetails successfully with the finished status. |
Parameter |
Is Mandatory |
Help Text |
Url |
true |
Url of the Ansible server. Ex: https://192.168.2.79/ |
Username |
true |
Username required to login to ansible server |
Password |
true |
Password required to login to ansible server |
Job Id |
true |
The job id which will be relaunched |
Launch Type |
true |
‘Relaunch’ |
Job Category |
true |
Job Category : Playbook Type/Ad-hoc Command Type |
Parameter |
Help Text |
JobId |
Job Id of the re-launched job |
AnsibleStatus |
Final re-launched job status. |
Status |
Condition |
Passed |
If Ansible API returns jobdetails successfully with the finished status. |
Failed |
If Ansible API does not returns jobdetails successfully with the finished status. |
Disclaimers:
Release Details:
Initial version with basic functionalities.