I’ve been working on a “mail to cloud storage” project on the side for fun, but also as an excuse to learn Rust.
As part of this effort, I decided to try out Ansible. Man, it is one great tool!
For development, I have all of my server “groups” pointing to the same host, so my Ansible playbooks install and setup everything on a single machine. Makes testing much easier tbh.
I'm currently migrating a system at work to using Ansible and I'm absolutely in love with it.
My next project will be creating Ansible Playbooks for my workstation, so I can easily re-setup my Arch workstations on Desktop, Laptop, private and at work.
I’ve been working on a “mail to cloud storage” project on the side for fun, but also as an excuse to learn Rust.
As part of this effort, I decided to try out Ansible. Man, it is one great tool!
For development, I have all of my server “groups” pointing to the same host, so my Ansible playbooks install and setup everything on a single machine. Makes testing much easier tbh.