From f754a4d80b50ec5f7c3b8bcf1a61b568a1b8480a Mon Sep 17 00:00:00 2001
From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com>
Date: Tue, 9 Aug 2022 04:39:28 -0400
Subject: [PATCH] Add ansible resource
Ansible documentation
---
.../102-configuration-management/100-ansible.md | 9 ++++++++-
1 file changed, 8 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 ab8b4fd1a..f2d787215 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 +1,8 @@
-# Ansible
\ No newline at end of file
+# 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 Website
+Official Documentation
+Ansible Getting Started Guide