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