PCSFE Exam QuestionsBrowse all questions from this exam

PCSFE Exam - Question 92


When using Ansible with PAN-OS, which type of connection method should be used?

Show Answer
Correct Answer: B

When using Ansible with PAN-OS, the connection method used is 'Local'. This is because Ansible requires the execution of playbooks on the local machine rather than on a remote machine when interfacing with PAN-OS.

Discussion

4 comments
Sign in to comment
javimOption: A
Oct 8, 2024

https://docs.ansible.com/ansible/latest/inventory_guide/connection_details.html

3574e4eOption: B
Nov 16, 2024

When you are using Ansible with PAN-OS, the connection method used is local. This instructs Ansible to use the local machine to execute the playbook, as opposed to instructing the remote machine to execute the playbook. [https://pan.dev/ansible/docs/panos/info/connectivity/]

ChrjSM0512
Dec 3, 2024

B is the right option

Merlin0oOption: B
Apr 28, 2025

B Indeed