Practice Free EX417 Exam Online Questions
How do you use lookup to load a variable from a file during playbook execution?
- A . See the Explanation.
A
Explanation:
– name: Use lookup to get content hosts: windows
tasks:
– name: Load variable debug:
msg: "{{ lookup(‘file’, ‘files/env.txt’) }}"
How do you use lookup to load a variable from a file during playbook execution?
- A . See the Explanation.
A
Explanation:
– name: Use lookup to get content hosts: windows
tasks:
– name: Load variable debug:
msg: "{{ lookup(‘file’, ‘files/env.txt’) }}"
You need to verify connectivity to the Windows hosts defined in your static inventory file using the win_ping module. Describe the command you would run and explain what a successful response looks like.
- A . See the Explanation.
A
Explanation:
You need to verify connectivity to the Windows hosts defined in your static inventory file using the win_ping module. Describe the command you would run and explain what a successful response looks like.
- A . See the Explanation.
A
Explanation:
You need to verify connectivity to the Windows hosts defined in your static inventory file using the win_ping module. Describe the command you would run and explain what a successful response looks like.
- A . See the Explanation.
A
Explanation:
You need to verify connectivity to the Windows hosts defined in your static inventory file using the win_ping module. Describe the command you would run and explain what a successful response looks like.
- A . See the Explanation.
A
Explanation:
You need to verify connectivity to the Windows hosts defined in your static inventory file using the win_ping module. Describe the command you would run and explain what a successful response looks like.
- A . See the Explanation.
A
Explanation:
