9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
# ----
|
|
# Execute 'ad-hoc' command to gather available 'facts'
|
|
# ---
|
|
|
|
ansible test.mx.oopen.de -m setup
|
|
|
|
|
|
ansible test.mx.oopen.de -m setup -a "filter=*distribution*"
|