From 93ec76a500616a15bd5ac9ab41e280c8117ff653 Mon Sep 17 00:00:00 2001 From: OluniyO Date: Thu, 6 Jul 2023 06:08:21 +0100 Subject: [PATCH] first commit --- Ansible/01-Introduction/01-ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ansible/01-Introduction/01-ReadMe.md b/Ansible/01-Introduction/01-ReadMe.md index efdb8d0a..ef5e3f75 100644 --- a/Ansible/01-Introduction/01-ReadMe.md +++ b/Ansible/01-Introduction/01-ReadMe.md @@ -11,7 +11,7 @@ deployment and provisioning Automation tool maintained by Redhat. ## **How Ansible works** - Ansible works by connecting to remote nodes (hosts) and pushing out small programs, called “Ansible - modules” to them. + modules” to them.. - The pushed programs/modules will be executed on remote server by Ansible over SSH and removes them when finished. - Unlike Puppet or Chef it doesn’t use an agent on the remote host, Instead Ansible uses SSH. It is agentless.