From f9e5aa4def59f857b674972beeeec389e2d59019 Mon Sep 17 00:00:00 2001 From: Nirjas Jakilim Date: Wed, 5 Oct 2022 05:23:19 +0600 Subject: [PATCH] Fixed typo and added a video couse link (#2023) --- .../102-configuration-management/100-ansible.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/100-ansible.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/100-ansible.md index f2d787215..451a4e374 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/100-ansible.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/100-ansible.md @@ -1,8 +1,9 @@ # Ansible -Ansible is an open-source configuration management, application deployment and provisioning tool that uses it's own declarative language in YAML. Ansible is agentlesse, meaning you only need remote connections via SSH or Windows Remote Management via Powershell in order to function +Ansible is an open-source configuration management, application deployment and provisioning tool that uses its own declarative language in YAML. Ansible is agentless, meaning you only need remote connections via SSH or Windows Remote Management via Powershell in order to function Ansible Website Official Documentation Ansible Getting Started Guide +Ansible Full Course for Beginners