superbogy / remote_logging

Realtime log streams for Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remote_logging

Realtime log streams for Ansible

It works and tested with Ansible 2.7.10 only.

Copy files in ansible folder to system ansible module location (backup the original files first).

- name: Run long live task
  hosts: worker01

  tasks:
  - shell_with_log: /root/sleep.sh

Example - one node

Example - two nodes

About

Realtime log streams for Ansible

License:GNU General Public License v3.0


Languages

Language:Python 100.0%