Skip to content
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

Add api_port option #23

Merged
merged 2 commits into from
Sep 22, 2024
Merged

Add api_port option #23

merged 2 commits into from
Sep 22, 2024

Conversation

meffie
Copy link
Owner

@meffie meffie commented Sep 20, 2024

Add api_port to the driver options to support custom proxmox ports.

Add api_port to the driver options to support custom proxmox ports.
@meffie meffie self-assigned this Sep 20, 2024
@meffie meffie merged commit 222b85c into main Sep 22, 2024
@@ -190,6 +190,7 @@ def run_module():
module = AnsibleModule(
argument_spec=dict(
api_host=dict(type='str', required=True),
api_port=dict(type='int', default=None),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe set 8006 here as defeault?

@@ -6,6 +6,7 @@ driver:
name: molecule-proxmox
options:
api_host: "${PROXMOX_HOST}"
api_port: ${PROXMOX_PORT}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe set 8006 here as defeault?

@IamLunchbox
Copy link
Collaborator

Sorry, I was not done with the review yet, I am still setting up the test env for molecule-proxmox, thats why my last two comments are belated

@IamLunchbox IamLunchbox linked an issue Oct 3, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

missing some useful parameter
2 participants