B's Website Interesting articles about interesting things

Packaging and Releasing a Software Project

Infrastructure as Code at Scale

Enabling cloud-init on proxmox qcow2 images

Ternary Performance for the Modern Age

Wordpress acf -> scf attack


Simple Ansible Project

Ansible makes deployment of software and configuration to multiple servers easy. A deployment process is described in a yaml file and is used by Ansible as instructions for what to do. In this article, I describe the process of deploying a simplt html file to multiple servers and have each of them serve the file using apache. To make it easy, virtual machines were used for everything. My setup consisted of 6 different VMs:

Full article ->