Changes

Jump to: navigation, search

OPS435 Ansible

213 bytes added, 16:37, 24 November 2019
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"> ansisble-doc --list_files</source>: You can also get the detail information about an any ansible module with the following command:<source lang="bash"> ansible-doc module_name  e.d. ansible_doc yum
</source>
: The following command demonstrates how to install the "epel-release" package with the "yum" module:
1,760
edits

Navigation menu