ansible-runner-service
ansible-runner-service copied to clipboard
While trying to build : ``` => ERROR [ 3/13] RUN /usr/bin/python3 -m pip install ansible cryptography docutils psutil PyYAML pyOpenSSL flask flask-restful uwsgi netaddr notario && /usr/bin/python3 -m pip...
1.0.7 has been two years ago already.
Bumps [ansible-runner](https://github.com/ansible/ansible-runner) from 1.3.0 to 2.1.1. Release notes Sourced from ansible-runner's releases. Release 2.1.1 What's Changed Write fully populated envfile to pass to podman by @shanemcd in ansible/ansible-runner#684 Secure tempfiles...
Hello, I try a pull request but got Acess Denied. Is it possible to add support for Ubuntu20? Example of Dockerfile : ``` FROM ubuntu:20.04 # Ansible Runner Version ARG...
What would be the right contact to report a security vulnerabilty? thanks!
We were looking at creating an API wrapper around ansible runner when we found this project. 🤗 Our use case primarily revolves around managing Windows servers using winrm rather than...
If the initial inventory exists, but is an empty file (created by a touch) the inventory load method will not seed it, and the loaded property will return False, since...
When we create files, and then chmod them there is a small window when the permissions are incorrect and exposed. We should therefore create the file with the correct permissions...
Hello, I am trying to run the Docker container on Ubuntu 20.04 with Docker version 19.03.12, build 48a66213fe It seems the image can't build because of easy_install error, this is...
`Race condition hit creating Inventory file: [Errno 2] No such file or directory: '/usr/share/ansible-runner-service/inventory/hosts'` `AttributeError: 'NoneType' object has no attribute 'close'` https://github.com/ansible/ansible-runner-service/blob/0f9eb4ca208ba0766e6ace286b6fa932b260c967/runner_service/inventory.py#L131:L148