Ansible Playbooks

January 22, 2022

TLDR

ansible-playbooks is a collection of server configuration playbooks.

Overview

I built ansible-playbooks to standardise and scale automation tasks on remote servers. The playbooks use Ansible to define a set of configuration, deployment, and orchestration functions to be enforced on remote servers with minimal human involvement.

Tech Stack

  • Framework: Python, Ansible
  • Server: DigitalOcean Droplet (Ubuntu 20.04)