Changes

Jump to: navigation, search

OPS435 Python3 Lab 9

97 bytes added, 18:51, 12 March 2020
no edit summary
[[Category:OPS435]][[Category:rchan]][[Category:OPS435 Lab]]
'''<font color='red'><b>Currently under review and will be updated for Winter 2020 - Check back until this line is removed</b></font>'''
= Objective =
:# Install and configure Ansible on a controller Linux machine
== 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):
1,760
edits

Navigation menu