schubergphilis / towerlib

A python library to interface with ansible tower's (awx) api.
MIT License
43 stars 39 forks source link

Addition of the input_sources for credentials #114

Closed Yhoorneman closed 1 year ago

Yhoorneman commented 1 year ago

Credentials have fields that prompt for extra input. Ansible Tower/AWX does an extra call to check if any 'input_sources' are set for a certain credential and shows these to the user. The addition of the function tries to replicate that behavior.