Leverage Ansible default providers #207
ryanmerolle
started this conversation in
Ideas
Replies: 1 comment
-
🎉 Thanks for opening your first issue here! Welcome to the community! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem?
Feature Request
Describe the solution you'd like
It would be great for these modules to leverage the applicable network_cli and/or httpapi ansible_connection mechanism.
Describe alternatives you've considered
Leverage the current method of mapping
ansible_username
to theprovider.username
andansible_password
to theprovider.password
each time I call a panos task.Additional context
Not only would this further confirm with other network operating system ansible collections, you would alo be able to list this collection on https://docs.ansible.com/ansible/2.10/network/user_guide/platform_index.html
Beta Was this translation helpful? Give feedback.
All reactions