Automating Flask & PostgreSQL Deployment on KVM with Terraform & AnsibleDec 25, 2024Daniel PepuhoHi, in this post, we will use Libvirt with Terraform to provision 2 KVM locally and after that, we will Deploy Flask App & PostgreSQL using Ansible.
Install Docker using AnsibleAug 28, 2023Daniel PepuhoLet’s create Ansible Playbook to install Docker on remote server.