Skip to content

Commit 2eb4711

Browse files
Laure-dibene2k1
andauthored
Update tutorials/how-to-setup-applesilicon-server-with-terraform-ansible/index.mdx
Co-authored-by: Benedikt Rollik <[email protected]>
1 parent 4afabf0 commit 2eb4711

File tree

1 file changed

+1
-1
lines changed
  • tutorials/how-to-setup-applesilicon-server-with-terraform-ansible

1 file changed

+1
-1
lines changed

tutorials/how-to-setup-applesilicon-server-with-terraform-ansible/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Terraform maintains a state file that tracks the current status of your infrastr
211211

212212
#### Ansible’s Idempotency
213213

214-
Ansible, on the other hand, does not have a built-in state management system. Instead, it focuses on idempotency, meaning that Ansible playbooks can be executed multiple times without causing unwanted side effects. Each run checks whether the desired state is already achieved, and if not, it makes the necessary changes. However, Ansible doesn't retain a record of resource states, so it might be less efficient for large-scale infrastructure management compared to Terraform.
214+
Ansible, on the other hand, does not have a built-in state management system. Instead, it focuses on idempotency, meaning that Ansible playbooks can be executed multiple times without causing unwanted side effects. Each run checks whether the desired state is already achieved, and if not, it makes the necessary changes. However, Ansible does not retain a record of resource states, so it might be less efficient for large-scale infrastructure management compared to Terraform.
215215

216216
### Which to choose?
217217

0 commit comments

Comments
 (0)