ansible-runner-service icon indicating copy to clipboard operation
ansible-runner-service copied to clipboard

Results 16 ansible-runner-service issues
Sort by recently updated
recently updated
newest added

I use Ansible Runner Service to automate the execution of ansible playbooks. Am now trying to build a simple React UI to run some of my play book manually. But...

Add a /stream?playuuid= type endpoint for server-side events to provide an alternate to polling for playbook state

enhancement

It would be nice to have a collection of spec files to build the rpm with different "flavours" : For example: - Including systemd unit files to manage the service:...

enhancement

The following line doesn't work for nested groups as the key under group_name is children. `_host_list.update(list(self.inventory['all']['children'][group_name]['hosts'].keys())) `

Provide the capability of adding new playbooks to the "project" folder using the REST API directly . Now we have an endpoint for listing Playbooks: GET /api/v1/playbooks Probably It will...

enhancement

In order to execute playbooks in new hosts we require first to have password-less access to these new hosts. In this moment we are doing this in a manual way,...

enhancement