ansible-runner-service
ansible-runner-service copied to clipboard
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
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:...
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...
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,...