mirror of
https://github.com/ansible-community/awesome-ansible.git
synced 2024-10-01 11:49:27 -04:00
Awesome Ansible List
.github/workflows | ||
ansible_logo.svg | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
Awesome Ansible
A collaborative curated list of awesome Ansible resources, tools, Roles, tutorials and other related stuff.
Ansible 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.
Contents
- Official resources
- Community
- Tutorials
- Books
- Videos
- Tools
- Blog posts and opinions
- Playbooks and Roles
Official resources
Official resources by and for Ansible.
- Latest Ansible Documentation - Latest user guide and documentation for Ansible.
- Ansible Galaxy Website - Official repository and community site for Ansible Roles.
- Ansible Blog - Official Ansible blog.
Community
Places where to chat with the Ansible community
- About code - GitHub.com/ansible, GitHub.com/ansible-collections and GitHub.com/ansible-community.
- IRC - #ansible, #ansible-devel and #ansible-community amongst others on libera.chat.
- reddit.com/r/ansible - The Ansible subreddit.
- Discord - The Ansible discord.
- ansible.com/community - Twitter, mailing lists, meetups and more.
Tutorials
Tutorials and courses to learn Ansible.
- How To Manage Remote Servers with Ansible - This Tutorial goes over how to use Ansible to manage remote servers.
- Ansible Tutorial by leucos - 12 Step Tutorial for Ansible.
- Programming Community Curated Resources for learning Ansible - A list of recommended resources.
- Ansible TopTechSkills.com Tutorial Series on Ansible - Tutorials on how to Install and use Ansible.
- Official Ansible labs by Red Hat - Training Course for Ansible Automation Platform.
- Ansible Tutorials on DigitalOcean - Basic tutorials on DigitalOcean.com.
Books
Books about Ansible.
- Ansible for DevOps - This book helps to start using Ansible to provision and manage anywhere from one to thousands of servers. Free sample can be read here.
- Ansible for Kubernetes - Deploy and maintain real-world massively-scalable and high-available applications with Ansible.
- How To Manage Remote Servers with Ansible eBook - This book is based on the "How To Manage Remote Servers with Ansible" tutorial series.
Videos
Video tutorials and Ansible training.
- Ansible YouTube Channel - Official Ansible YouTube channel.
- Introduction to Ansible - Introduction to Ansible by Cloud Academy.
- Ansible 101 by Jeff Geerling - Great video series on Ansible, by Jeff Geerling.
- Ansible TopTechSkills.com Tutorial Series on YouTube - Video tutorials on Ansible.
- Ansible Essentials - Course - Free Video Classroom on Ansible essentials by Red Hat.
- Complete Ansible Course 2020 by DevOps Journey - Free Video Course on Ansible including labs to follow along.
Tools
Tools for and using Ansible.
- Ansible Tower - 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 - AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is the upstream project for Tower, a commercial derivative of AWX.
- Ansible Lint - Checks Playbooks for best practices and behavior that could potentially be improved.
- Ansible Later - Another best practice scanner. Checks Playbooks and Roles for best practices and behavior that could potentially be improved.
- Ansible Doctor - Simple annotation like documentation generator for Ansible roles based on Jinja2 templates.
- Ansible cmdb - Takes the output of Ansible's fact gathering and converts it into a static HTML page.
- ARA - ARA Records Ansible playbooks and makes them easier to understand and troubleshoot with a reporting API, UI and CLI.
- Mitogen for Ansible - Speed up Ansible substantially with Mitogen.
- Molecule - Molecule aids in the development and testing of Ansible roles.
- Packer Ansible Provisioner - This Provisioner can be used to automate VM Image creation via Packer with Ansible.
- Excel Ansible Inventory - Turn any Excel Spreadsheet into an Ansible Inventory.
- terraform.py - Ansible dynamic inventory script for parsing Terraform state files.
- ansible-navigator - A text-based user interface (TUI) for Ansible.
- squest - Self-service portal for Ansible Tower job templates.
Blog posts and opinions
Best practices and other ppinions on Ansible.
- Ansible (Real Life) Good Practices - Best practice guidelines.
- Testing Ansible Roles Against Windows with Test-Kitchen - Using Test-Kitchen with Ansible to apply playbooks to Windows machines and test them with Pester.
- Ansible Best Practices by AndiDog - Practices covering many aspects of an Ansible setup, including hints to support different environments (testing, staging, production).
Playbooks and Roles
Awesome production ready Playbooks and Roles to get you up and running.
- Ansible Vagrant Examples by geerlingguy - Ansible examples using Vagrant to deploy to local VMs.
- Ansible playbook for Linux machine setup - Ansible playbook for setting up a self-updating, hardened Debian/Ubuntu machine with Docker daemon.
- System Hardening Framework/Roles - These Roles help you harden your Linux Based OS as well as MySQl, NginX and SSH Server/Services.
- T.A.D.S. boilerplate - Provision and deploy a Docker Swarm cluster to development environment and to production. Infrastructure as Code and DevOps best practices.
- Openstack Ansible - Ansible Playbooks for deploying OpenStack.
- DebOps - A extensive collection of Debian based Ansible Playbooks.
- ansible-ssm - An ansible role to provision physical and virtual hosts with the AWS SSM agent.