What you need to know about Ansible modules | Opensource.com
opensource.com › 19 › 3Mar 04, 2019 · Ansible works by connecting to nodes and sending small programs called modules to be executed remotely. This makes it a push architecture, where configuration is pushed from Ansible to servers without agents, as opposed to the pull model, common in agent-based configuration management systems, where configuration is pulled.