From cb64faccfc86ae2fd9c944960135df99f36b15be Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Thu, 15 Jun 2023 09:00:30 -0400 Subject: [PATCH] Update ansible.md --- content/posts/ansible.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/posts/ansible.md b/content/posts/ansible.md index 2f16f1a..5c0b0cd 100644 --- a/content/posts/ansible.md +++ b/content/posts/ansible.md @@ -7,9 +7,10 @@ tags: ["ansible"] ShowToc: false ShowBreadCrumbs: true --- - What is Ansible? +Ansible is an open-source configuration management tool that uses a declarative language to automate infrastructure configuration. It can be used for tasks like installing software, configuring services, and managing users and permissions. Ansible is known for its ease of use and has a large community of users who contribute to its development. + ```yml --- - name: Update web servers