netwninja / ansible-replay

A way to play captured Ansible output in a way that looks like a real ansible-playbook was ran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Replay

Replay Ansible capture output.

Requirements

click

colorama

Installation

Clone repo

$ clone https://github.com/amb1s1/ansible-replay.git

Install ansible-replay

$ cd ansible-replay
$ pip install .

ansible-replay is ready to run!

Running

$ ansible-replay sample.log

sample.log is the capture from your ansible-playbook

$ ansible-playbook sample_playbook.yml > sample.log

Screencast

data/ansible-replay.gif

About

A way to play captured Ansible output in a way that looks like a real ansible-playbook was ran

License:MIT License


Languages

Language:Python 98.0%Language:Makefile 2.0%