Exam PCSFE All QuestionsBrowse all questions from this exam
Question 91

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

    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
3574e4eOption: B

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/]

javimOption: A

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

ChrjSM0512Option: B

B is the right option