Useful links
Ansible Repos
Description | |
---|---|
ansible-nas | Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook. |
ansible/ansible-examples | This repository contains a collection of Ansible playbook examples for various scenarios, including LAMP stack, Docker containers, and more. |
devops.works | This repository is a collection of useful, reusable Ansible roles for different use cases and environments. |
geerlingguy/ansible-for-devops | This repository accompanies the book "Ansible for DevOps" by Jeff Geerling. It aims to help you learn how to automate various systems and services using Ansible. |
openstack/openstack-ansible | Ansible playbooks to deploy OpenStack environments. It's a comprehensive solution for managing OpenStack infrastructure. |
Ansible
Link | Description |
---|---|
Official Ansible Documentation | The official Ansible documentation provides comprehensive guides, modules references, best practices, and examples. |
Ansible Tutorials on DigitalOcean | DigitalOcean provides a series of tutorials covering various aspects of Ansible. |
Ansible for DevOps by Jeff Geerling | This book and its corresponding GitHub repository are highly recommended for learning how to implement DevOps practices with Ansible. |
Docker Repos
Link | Description |
---|---|
awesome-docker | A curated list of Docker resources and projects, including tools, frameworks, and tutorials. |
Docker Awesome | Another comprehensive list of Docker resources, including open-source projects, tutorials, and more. |
Awesome-compose | A curated list of Docker Compose file examples, showcasing different applications and use cases. |
Docker Cheat Sheet | A comprehensive cheat sheet of Docker commands, tips, and best practices. |
Docker-Library Official Images | Official repositories for Docker images maintained by Docker Inc. |
Awesome-Selfhosted | A list of self-hosted services, many of which can be run as Docker containers. |
Docker
Link | Description |
---|---|
Official Docker Documentation | The official Docker documentation provides comprehensive guides, references, and examples for using Docker. |
DigitalOcean Docker Tutorials | DigitalOcean offers a series of tutorials that cover various aspects of Docker, from basic to advanced. |
Play with Docker Classroom | An interactive playground for learning Docker where you can experiment with Docker commands and concepts. |
Docker Curriculum | A comprehensive tutorial that takes you through the basics and some advanced concepts of Docker, including examples. |
A Docker Tutorial for Beginners | FreeCodeCamp.org provides a full beginner-friendly course on Docker available on YouTube. |
Docker Getting Started Guide | Docker's official getting started guide, which introduces you to Docker and helps you get your first container running. |
Kubernetes and Docker - An Introduction | A Udacity course that offers a deep dive into Kubernetes and Docker. |
Docker Mastery: with Kubernetes +Swarm from a Docker Captain | A popular Udemy course that covers Docker from basics to advanced, including Swarm and Kubernetes. |
Docker Labs | A collection of curated tutorials, resources, and guides from the Docker community to help you learn Docker. |