Changes

Jump to: navigation, search

OPS435 Ansible

327 bytes added, 03:41, 24 November 2019
Gather all the information available on remote machine
</pre>
== Part 4: Gather all the software and hardware information available on remote machine ==: One of the main ansible module is called "setup", it is automatically called by ansible playbook to gather useful "facts" about remote hosts that can be used in ansible playbooks. It can also be executed directly by the ansible command (/usr/bin/ansible) to check what "facts" are available to a host.
<pre>
[rchan@centos7 ansible]$ ansible 192.168.99.153 -m setup
1,760
edits

Navigation menu