Other Tools And Programs

    If you know of any other tools that should be added, this list can be updated by clicking “Edit on GitHub” on the top right of this page.

    An open-source, free GUI text editor created and maintained by GitHub. You can keep track of git projectchanges, commit from the GUI, and see what branch you are on. You can customize the themes for different colors and install syntax highlighting packages for different languages. You can install Atom on Linux, macOS and Windows. Useful Atom plugins include:

    • - YAML highlighting for Atom (built-in).
    • linter-js-yaml - parses your YAML files in Atom through js-yaml.

    Emacs

    • - Jinja2 highlighting and syntax checking.
    • magit-mode - Git porcelain within Emacs.

    A full IDE (integrated development environment) for Python software development. It ships with everything you need to write python scripts and complete software, including support for YAML syntax highlighting. It’s a little overkill for writing roles/playbooks, but it can be a very useful tool if you write modules and submit code for Ansible. Can be used to debug the Ansible engine.

    Sublime

    A closed-source, subscription GUI text editor. You can customize the GUI with themes and install packages for language highlighting and other refinements. You can install Sublime on Linux, macOS and Windows. Useful Sublime plugins include:

    • - shows information about files in a git repository.
    • SideBarEnhancements - provides enhancements to the operations on Sidebar of Files and Folders.
    • - a code-linting framework for Sublime Text 3.
    • Pretty YAML - prettifies YAML for Sublime Text 2 and 3.
    • - a Sublime wrapper around yamllint.

    vim

    An open-source, free command-line text editor. Useful vim plugins include:

    • - vim syntax plugin for Ansible 2.x, it supports YAML playbooks, Jinja2 templates, and Ansible’s hosts files.

    There are various ways to find existing issues and pull requests (PRs)

    • PR by File - shows a current list of all open pull requests by individual file. An essential tool for Ansible module maintainers.
    • - miscellaneous collection of useful helper scripts for Ansible development.
    • Ansible Review - an extension of Ansible Lint designed for code review.
    • is a testing framework for Ansible plays and roles, by Ansible
    • yamllint is a command-line utility to check syntax validity including key repetition and indentation issues.
    • - takes the output of Ansible’s fact gathering and converts it into a static HTML overview page containing system configuration information.
    • Ansible Inventory Grapher - visually displays inventory inheritance hierarchies and at what level a variable is defined in inventory.
    • - an interactive shell for Ansible with built-in tab completion for all the modules.
    • Ansible Silo - a self-contained Ansible environment via Docker.
    • - a command line tool designed to help you manage your Ansible roles.
    • ARA - records Ansible playbook runs and makes the recorded data available and intuitive for users and systems by integrating with Ansible as a callback plugin.
    • - a collaboratively curated list of awesome Ansible resources.
    • AWX - provides a web-based user interface, REST API, and task engine built on top of Ansible. AWX is the upstream project for Tower, a commercial derivative of AWX.
    • - uses the Mitogen library to execute Ansible playbooks in a more efficient way (decreases the execution time).
    • - uses Ansible to configure an environment that provides the support of OpsTools, namely centralized logging and analysis, availability monitoring, and performance monitoring.