Infrastructure Automation — Ansible and Terraform
Move the commands you typed on servers into playbooks, and the clicks you made in consoles into declarations. Build idempotent configuration with Ansible and fold it into roles, then read state and plans with Terraform (OpenTofu) and scale out with modules and workspaces. By the end, an infrastructure change is a reviewable piece of code.
코스
- Ansible Fundamentals — Stop SSHing into servers by hand.
- Ansible in Practice — Fold your copy-pasted playbooks into roles.
- Terraform/OpenTofu Fundamentals — Declare it, manage it as state, read the plan.
- Terraform in Practice — Handle modules, state and drift by hand.
- Building clusters with Kubespray and Terraform — Stand up Kubernetes on one VM with Kubespray, then wire it up with Terraform