towerlib icon indicating copy to clipboard operation
towerlib copied to clipboard

A python library to interface with ansible tower's (awx) api.

Results 10 towerlib issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.36 to 3.1.37. Release notes Sourced from gitpython's releases. 3.1.37 - a proper fix CVE-2023-41040 What's Changed Improve Python version and OS compatibility, fixing deprecations by @​EliahKagan...

dependencies

Hello there 👋 When a job fail the current behavior is to only log and return [None](https://github.com/schubergphilis/towerlib/blob/main/towerlib/entities/job.py#L1396). Would it be possible to return the error? Could be useful 😁 Thanks...

I am using AWX/tower through a bastion-host/access-proxy (i.e. teleport) which mandates mutual TLS connections. The python requests library (used by towerlib) already has a way to specify client-side certificates for...

Error: ``` requests.exceptions.ConnectionError: HTTPConnectionPool(host='placeholder_hostname', port=80): Max retries exceeded with url: /api/v2/users/?page_size=25&username__iexact=workflow_normal (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) ``` The 'placeholder_hostname'...

on awx web UI, users may create job templates or inventories by copying existing ones. it would be great helpful if the towerlib supports theses features.

awx 15.0.0 towerlib 3.4.1 python 3.8 I have a job template that needs multiple credentials. I can fetch the credentials with tower.get_credentials_by_name() and find the job template with tower.get_job_template_by_name(). JobTemplate.launch()...

Can you run jobs and retrieve their status with this library? Seems this is just for creating, modifying, and deleting objects. How about running job templates?

Hello, Actually it's not possible to create a schedule for a workflow job template. Do you have planned to add this to the library ?

Hello, Actually it's not possible to add extra-vars for a schedule (workflow job template / job template). Do you have planned to add this to the library ?