xebialabs-community / xlr-ansible-tower-plugin

Launch Ansible Tower Jobs from XL Release
MIT License
1 stars 8 forks source link

Cannot pass in limit to Extra Vars field #5

Closed Steveocat closed 5 years ago

Steveocat commented 5 years ago

Is it possible to pass in limit into the Extra Vars param along with another param.

For example: limt: IP_ADDRESS cmdparms: start

Steveocat commented 5 years ago

Reviewed code and validated limit is not supported

ltutar commented 4 years ago

limit is not part of extra vars but can be submitted in addition to extra vars. Can we still have it? This limit parameter will be on the same level as inventory and credential.

{"extra_vars":{"artifactory_petclinic_version":"pc2","artifactory_levent_version_buildnumber":"Iteration123","artifactory_levent_version_buildname":"Levent_PC2_Build_5d6d8cc6"},"limit": "UAT_servers"}