|
|
|
|
|
by movedx
2475 days ago
|
|
Terraform is for managing infrastructure. Ansible is for managing configuration. You can argue they're the same thing, but I disagree. I believe in one tool to do one job really well. Terraform is excellent at provisioning and managing infrastructure due in part to its DAG and HCL. On the other hand Ansible has been tuned over the years for managing configuration and the state of anything and everything from the OS upwards. I also believe in using building blocks to get to where you're going, and these two bad boys click together quite well. |
|