By Brandon - Wed, Nov. 2, 2022 ( Modified: Sat, Dec. 17, 2022 )
Ansible is a tool that I found on my journey of exploring my passion for system administration. I feel like it changed my path to become a Dev Ops Engineer. On top of that but it led me into discovering the concept of Infrastructure as Code. I love that my code documents itself. A lazy sys admin is a good sys admin!
I started off with simple playbooks but found that making roles to be the best way to go about dong things. You can encapsulate your intent succinctly and then you can even put roles together into a master playbook.
roles
Below is a master list of my collection of ansible roles that I use in my infrastructure. Check them out and please leave any type of suggestions!
Role | Description |
---|---|
common | Base configuration |
dotfiles | My Dotfiles |
nginx | Nginx role |
brandonia.xyz | My website setup |
window-managers | Window managers |
docker | Docker role |
nginx-proxy-manager | NPM Docker container |
uptime-kuma | Uptime Kuma docker container |
heimdall | Heimdall docker container |