Tag: Configuration management

  • Hello GitHub Actions, Goodbye JAAnkins: Open Source North conference 2023

    Hello GitHub Actions, Goodbye JAAnkins: Open Source North conference 2023

    by

    in

    TDLR; If the day ends in Y, it’s a perfect day to ditch Jenkins and migrate your CICD to something less crappy, like GH actions. This is the summary of a talk I prepared for Open Source North conference in May 2023. When we talk about migrating an application CI/CD pipeline from Jenkins to GitHub…

  • Ansible Adventures: Automating Your Infrastructure

    Ansible Adventures: Automating Your Infrastructure

    by

    in

    TLDR; In the realm of DevOps, automation is king. Here, I focus is on using Ansible for infrastructure automation. I’ll cover the basics of Ansible, its advantages, and walk through automating server setup and configuration. Introduction to Ansible Imagine Ansible as a skilled orchestra conductor. Each musician (server) has their sheet music (playbook), which the…