ansible_puller icon indicating copy to clipboard operation
ansible_puller copied to clipboard

Ansible daemon for massively-scaleable Ansible

Results 7 ansible_puller issues
Sort by recently updated
recently updated
newest added

Using [embed](https://pkg.go.dev/embed) would remove the requirement for packr in the development workflow. Using this method, you also get assets built into an [`embed.FS`](https://pkg.go.dev/embed#FS), which is an implementation of the new...

This was the original intent and is included in the s3Downloader implementation of this interface

Is it possible to run multiple pull job? Like different playbook on different time intervals.

Seeing that ansible_puller always fails even when the playbook succeeds. output says failed to parse json.

Potential fix for the virtualenv describe here: https://github.com/teslamotors/ansible_puller/issues/50 The PR uses venv instead of virtualenv to create the virtual environment.

### Description Currently `makeVenv` function relies on the `virtualenv` executable to create a virtual environment. However, this approach can lead to issues with specific Python versions and dependencies. ### Current...

This makes it possible to authenticate with the gitlab or github API by specifying a `PRIVATE-TOKEN` or `Authorization` header with the http request. Now you can download the ansible source...