When using Ansible with PAN-OS, which type of connection method should be used?
When using Ansible with PAN-OS, which type of connection method should be used?
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.
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/]
https://docs.ansible.com/ansible/latest/inventory_guide/connection_details.html
B is the right option