ansible-live-output-demo icon indicating copy to clipboard operation
ansible-live-output-demo copied to clipboard

Running an ansible playbook and seeing output in real time (Demo)

Results 3 ansible-live-output-demo issues
Sort by recently updated
recently updated
newest added

I adapted the callback plugin like this (and renamed it to `filter_tasks.py`) ```py from ansible.plugins.callback.default import CallbackModule as DefaultCallbackModule DOCUMENTATION = ''' name: filter_tasks type: stdout short_description: Wraps the default...

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository Can you please add a licence file to this, so that we can use it at work?

Hi, I was looking for a way to have a real time log print and I found your project which works well. I use it with shell script that take...