Changes

Jump to: navigation, search

OPS435 Python3 Lab 9

116 bytes added, 17:20, 24 November 2019
Part 3: Sample runs for using some Ansible's built-in modules
e.g. ansible_doc yum
</source>
: The following command demonstrates how to install the "epel-release" package with the "yum" modulewith different module arguments and under different remote user (your result may be differ from what is show below):
<pre>
[rchan@centos7 ansible]$ ansible 192.168.99.153 -m yum -a "name=epel-release state=present"
1,760
edits

Navigation menu