ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 64 - DOP-C01 discussion

Report
Export

Which tool will Ansible not use, even if available, to gather facts?

A.
facter
Answers
A.
facter
B.
lsb_release
Answers
B.
lsb_release
C.
Ansible setup module
Answers
C.
Ansible setup module
D.
ohai
Answers
D.
ohai
Suggested answer: B

Explanation:

Ansible will use its own `setup' module to gather facts for the local system. Additionally, if ohai or facter are installed, those will also be used and all variables will be prefixed with `ohai_' or `facter_' respectively. `lsb_relase' is a Linux tool for determining distribution information.

Reference: http://docs.ansible.com/ansible/setup_module.html

asked 16/09/2024
Chan Man Wong
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first