1,760
edits
Changes
no edit summary
[[Category:OPS535]][[Category:rchan]]
Running ansible's setup module to collect system information on the remote host 192.168.49.3:
<pre>
[rchan@host ~]$ ansible 192.168.49.3 -m setup
192.168.49.3 | SUCCESS => {
"changed": false
}
</pre>