Projects
Complete list of infrastructure and automation projects.
Automated Jellyfin Server
Challenge: Build a fully automated and reproducible media server on Azure.
Solution: Terraform for IaC, Ansible for provisioning, and GitHub Actions for secret rotation and automatic playbook execution.
Impact: End-to-end deployment in under 10 minutes with fewer manual errors.
Terraform · Ansible · Azure · Docker · GitHub Actions · CI/CD
Windows Core Domain Scripts
Challenge: Automate AD DS domain creation on Windows Server Core (no GUI).
Solution: Modular PowerShell scripts for installation, configuration, and client domain join.
Impact: More consistent enterprise deployments in virtualized environments.
PowerShell · Windows Server Core · Active Directory · DNS
Gcloud-Scripts (In progress)
Challenge: Automate cloud deployment resources with both PowerShell and Bash.
Solution: PowerShell wrapper plus Bash script for Linux with interactive menu and customization.
Impact: Single entry point for Google Cloud setup and Terraform-related artifacts.
PowerShell · Bash · GCloud · Terraform · Linux · Automation · DevOps