1,760
edits
Changes
→Part 3: Sample runs for using some Ansible's built-in modules
== Part 3: Sample runs for using some Ansible's built-in modules ==
: "yum" is a built-in ansible module. You can get a complete list of all the ansible modules installed on you system with the following command:<source lang="bash"> ansisbleansible-doc --list_files
</source>
: "yum" is a built-in ansible module. You can also get the detail information about any ansible module with the following command:<source lang="bash"> ansible-doc module_name e.g. ansible_doc yum
</source>
: The following command demonstrates how to install the "epel-release" package with the "yum" module with different module arguments and under different remote user (your result may be differ from what is show below):