Detailed Explanation of Common Ansible Modules
Although there are many modules, only about 20 to 30 are commonly used. For specific business needs, only about a dozen modules are frequently used. Reference for common module documentation: https://docs.ansible.com/ansible/2.9/modules/modules_by_category.html https://docs.ansible.com/ansible/2.9/modules/list_of_all_modules.html https://docs.ansible.com/ansible/latest/modules/list_of_all_modules.html https://docs.ansible.com/ansible/latest/modules/modules_by_category.html Command Module Function: Execute commands on remote hosts. This is the default module, and the -m option can be ignored. Note: … Read more