# ansible-replay **Repository Path**: mirrors_networktocode/ansible-replay ## Basic Information - **Project Name**: ansible-replay - **Description**: A way to play captured Ansible output in a way that looks like a real ansible-playbook was ran - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =============================== Ansible Replay =============================== .. image:: https://img.shields.io/travis/amb1s1/ansible-replay.svg :target: https://travis-ci.org/amb1s1/ansible-replay .. image:: https://img.shields.io/pypi/v/ansible-replay.svg :target: https://pypi.python.org/pypi/ansible-replay Replay Ansible capture output. * Free software: MIT license * Documentation: (COMING SOON!) https://ansible-replay.readthedocs.org. Requirements -------- click colorama Installation -------- **Clone repo** .. code-block:: bash $ clone https://github.com/amb1s1/ansible-replay.git **Install ansible-replay** .. code-block:: bash $ cd ansible-replay .. code-block:: bash $ pip install . **ansible-replay is ready to run!** Running -------- .. code-block:: bash $ ansible-replay sample.log **sample.log is the capture from your ansible-playbook** .. code-block:: bash $ ansible-playbook sample_playbook.yml > sample.log Screencast -------- .. image:: data/ansible-replay.gif