Ansible¶
Resources¶
- omerbsezer/Fast-Ansible - This repo covers Ansible with LABs
Articles¶
- Automate EVERYTHING with Ansible!
- Using Ansible through Windows 10’s Subsystem for Linux
- Getting started with Ansible: local automation of Windows 10 and Ubuntu 20.04 workstations ⭐
- How to run an Ansible playbook locally
- Automating your development environment with Ansible
- Setting up your development environment with Ansible
- Ansible for dotfiles: the introduction I wish I’ve had ⭐
- Ansible playbooks - Docs
- Working with playbooks - Docs
- How to build your inventory - Docs
- Using Ansible collections - Docs
- Understanding privilege escalation: become - Docs
- Using Ansible modules and plugins - Docs
- Discovering variables: facts and magic variables - Docs
- Organizing host and group variables - Docs
- Conditionals - Docs
- Template Designer Documentation
- Roles - DOcs
- 8 steps to developing an Ansible role in Linux
- Introduction To Ansible Roles
- Writing Ansible Roles with Confidence
- Manage your dotfiles with Ansible
Videos¶
- Automate EVERYTHING with Ansible! (Ansible for Beginners)
- The FASTEST Way to run Kubernetes at Home - k3s Ansible Automation
Tools & Libraries¶
Samples¶
- ansible/ansible-examples - A few starter examples of ansible playbooks, to show features and how they work together
- jasonwc/setup - Ansible Playbooks for setting up WSL/Multipass VMs
- AlexNabokikh/wsl-playbook - Ubuntu WSL2 setup and configuration via Ansible.
- AlexNabokikh/windows-playbook - Windows setup and configuration via Ansible.
- phelipetls/dotfiles - My configuration files for Linux and macOS