-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Proxmox local
connection support.
#4027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxmox local
connection support.
#4027
Conversation
076e1fd
to
c9537ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thakns for your contribution! Please add a changelog fragment.
I would suggest to split this up into (at least) two PRs: one for the new feature, and one for refactoring. The way this PR is now makes it really hard to review, since there are so many changes at once.
49cd0aa
to
19859e0
Compare
19859e0
to
f07329c
Compare
This comment has been minimized.
This comment has been minimized.
f07329c
to
2b45b1d
Compare
99cf835
to
a3bf6c6
Compare
This comment was marked as outdated.
This comment was marked as outdated.
a3bf6c6
to
b85bf87
Compare
This comment was marked as outdated.
This comment was marked as outdated.
b85bf87
to
ff34c9f
Compare
273c390
to
2259402
Compare
2259402
to
ecf7b59
Compare
ecf7b59
to
3446a4e
Compare
The test
The test
The test
The test
|
FYI, the proxmox content from this repository is currently being moved to https://github.com/ansible-collections/community.proxmox. Once that repo is ready, you'll have to create a new PR there, as from that point this repo is only accepting bugfixes that have already been merged into the other repo. For now you can use this PR in this repo to continue working on the PR. (The other repo has no CI yet, for example.) |
Closing; this should be re-created in https://github.com/ansible-collections/community.proxmox. Thanks for your contribution! |
SUMMARY
ISSUE TYPE
COMPONENT NAME
proxmox, proxmox_kvm, etc.
ADDITIONAL INFORMATION
Use the
local
backend when no credential parameters are specified in order to use SSH instead of the HTTP API.--
Closes ansible-collections/community.proxmox#38.