From 7a8812927baf0008f53b13ee5db3faf2f00b33fb Mon Sep 17 00:00:00 2001 From: Christian Zenker Date: Fri, 7 Jul 2023 15:42:26 +0200 Subject: [PATCH] docs: fade out Ansible --- radar/2023-09-01/ansible.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 radar/2023-09-01/ansible.md diff --git a/radar/2023-09-01/ansible.md b/radar/2023-09-01/ansible.md new file mode 100644 index 0000000..ab94864 --- /dev/null +++ b/radar/2023-09-01/ansible.md @@ -0,0 +1,11 @@ +--- +title: "Ansible" +ring: trial +quadrant: platforms-and-aoe-services +tags: [devops] +featured: false +--- + +We saw a decrease in our usage of Ansible recently. We focus more on immutable +infrastructure using cloud providers. Ansible has still great benefits for mutable infrastructure +that needs to be fostered and is a great tool to achieve [Infrastructure as code](../platforms-and-aoe-services/infrastructure-as-code.html) in those cases.