Getting Started with Ansible on Command Line
linoxide.com › started-ansible-command-lineMar 15, 2021 · Familiarizing some basic Ansible Modules. Modules controls system resources, configuration, packages, files etc. There are about 450+ modules used in Ansible. First of all, let's use the module to check the connectivity between your admin server and the target servers. We can run the ping module from your Admin server to confirm the connectivity.