Ansible
Last updated
Was this helpful?
Last updated
Was this helpful?
A collaborative curated list of awesome Ansible resources, tools, Roles, tutorials and other related stuff.
Official resources by and for Ansible.
Places where to chat with the Ansible community
#ansible
#users:ansible.com
General Ansible user support and discussion
#ansible-devel
#devel:ansible.com
Developer discussions around code, bugs and features
#ansible-community
#community:ansible.com
Community working group, wide range of topics including weekly meetings
#ansible-docs
#docs:ansible.com
Documentation working group, discuss docs and participate in weekly meetings
#ansible-devtools
#devtools:ansible.com
For devtools such as ansible-lint, molecule and the vscode plugin
#ansible-awx
#awx:ansible.com
For the AWX open source project, upstream of Ansible Tower/Automation controller
#ansible-network
#network:ansible.com
For general support and discussion around network automation with Ansible
#ansible-fr
#francais:ansible.com
For discussion about Ansible in french
Tutorials and courses to learn Ansible.
Books about Ansible.
Video tutorials and Ansible training.
Tools for and using Ansible.
Best practices and other opinions on Ansible.
Awesome production ready Playbooks, Roles and Collections to get you up and running.
Awesome Integrations into Text Editors and IDE's to make development with/for Ansible easier.
is an open source toolkit, written in Python, it is used for configuration management, application deployment, continuous delivery, IT infrastructure automation and automation in general.
- Latest user guide and documentation for Ansible.
- Official repository and community site for Ansible Roles.
- Official Ansible blog.
About code - , and .
- The Ansible subreddit.
- The Ansible discord.
- Twitter, mailing lists, meetups and more.
There are also many Ansible IRC channels on that are bridged to . You can find the full list and how to connect in the official documentation but here's a few:
- This Tutorial goes over how to use Ansible to manage remote servers.
- 12 Step Tutorial for Ansible.
- A list of recommended resources.
- Tutorials on how to Install and use Ansible.
- Training Course for Ansible Automation Platform.
- Basic tutorials on DigitalOcean.com.
- Basic Ansible tutorial.
- Introduction to Ansible for beginners.
- Workshop on multiple topics with different levels of difficulty.
- This book helps to start using Ansible to provision and manage anywhere from one to thousands of servers. Free sample can be read .
- Deploy and maintain real-world massively-scalable and high-available applications with Ansible.
- This book is based on the "How To Manage Remote Servers with Ansible" tutorial series.
- Official Ansible YouTube channel.
- Introduction to Ansible by Cloud Academy.
- Great video series on Ansible, by Jeff Geerling.
- Video tutorials on Ansible.
- Free Video Classroom on Ansible essentials by Red Hat.
- Free Video Course on Ansible including labs to follow along.
- YouTube tutorial series by LearnLinuxTV.
- Automation Controller (formerly Ansible Tower) by Red Hat helps you scale IT automation, manage complex deployments and speed productivity. Extend the power of Ansible to your entire team.
- AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is the upstream project for Automation Controller, a commercial derivative of AWX.
- Checks Playbooks for best practices and behavior that could potentially be improved.
- Another best practice scanner. Checks Playbooks and Roles for best practices and behavior that could potentially be improved.
- Simple annotation like documentation generator for Ansible roles based on Jinja2 templates.
- Takes the output of Ansible's fact gathering and converts it into a static HTML page.
- ARA Records Ansible playbooks and makes them easier to understand and troubleshoot with a reporting API, UI and CLI.
- Speed up Ansible substantially with Mitogen.
- Molecule aids in the development and testing of Ansible roles.
- This Provisioner can be used to automate VM Image creation via Packer with Ansible.
- Turn any Excel Spreadsheet into an Ansible Inventory.
- Ansible dynamic inventory script for parsing Terraform state files.
- A text-based user interface (TUI) for Ansible.
- Self-service portal for Automation Controller job templates.
- Tool which bends containers using Ansible playbooks and turns them into container images.
- A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported.
- Using Ansible content that depends on non-default dependencies can be tricky. Packages must be installed on each node, play nicely with other software installed on the host system, and be kept in sync.
- SAST Tool that scans your ansible infrastructure as code playbooks for security vulnverables, compliance issues and misconfigurations.
- OOP-Wrapper for Ansible, making Ansible available in PHP.
- Design aid for building and testing jinja2 templates, combines data in yaml format with a jinja2 template and render the output.
- Command line tool to create a graph representing your Ansible playbook plays, tasks and roles.
- A tool that extracts documentation from Ansible modules in the HTML form.
- Ansible Semaphore is a modern UI for Ansible.
- Provides an Assisted Automation Writing tool that analyzes and offers recommendations for your Ansible Playbooks.
- Ansible Roster inventory plugin to generate inventory from a host oriented yaml file. Supports ranges, regex hostnames, file inclusions, and variable merging.
- A callback plugin that allow to execute end-to-end tests on playbooks with a Pythonic testing and CI/CD approach to detect regressions.
- Best practice guidelines.
- Using Test-Kitchen with Ansible to apply playbooks to Windows machines and test them with .
- Practices covering many aspects of an Ansible setup, including hints to support different environments (testing, staging, production).
- Introduces Ansible, provides installation instructions and gives an interactive walkthrough of Ansible's basic functionalities, like running Ansible playbooks and installing Ansible content.
- Describes and shows how most commonly used Ansible components work.
- Opinion what the author likes about the Ansible Ad-Hoc mode.
- A large of courses on Ansible in French.
- Ansible examples using Vagrant to deploy to local VMs.
- Ansible playbook for setting up a self-updating, hardened Debian/Ubuntu machine with Docker daemon.
- The DevSec collection helps you harden your Linux Based OS as well as MySQL, NGINX and SSH Server/Services.
- Provision and deploy a Docker Swarm cluster to development environment and to production. Infrastructure as Code and DevOps best practices.
- Ansible Playbooks for deploying .
- A extensive collection of Ansible roles.
- A extensive collection of Debian based Ansible Playbooks.
- An ansible role to provision physical and virtual hosts with the AWS SSM agent.
- An ansible coherent roles collection to deploy clusters.
- Repositories with ansible topic of the Red Hat Communities of Practice project.
- Language Server that adds support for Ansible, to compatible Editors.
- Emacs support for Ansible Language Server Protocol.
- Adds language support for Ansible to Visual Studio Code and OpenVSX compatible editors by leveraging ansible-language-server.