molecule-proxmox
molecule-proxmox copied to clipboard
Molecule driver for Proxmox VE
Molecule issues the following warning when the 'amolecule-proxmox' driver is loaded: WARNING Driver molecule-proxmox does not provide a schema. A driver supplied schema is needed to quiet this warning.
Hi, there is some way to debug what is happening when `molecule test` command is executed with this driver? I'm using a simple configuration: ```yaml driver: name: molecule-proxmox options: api_host:...
Hi, in driver section I see that is possible to configure user for API and SSH but, IMHO, some parameters are missing. I think that some hardened network configs should...
@meffie Would you be fine if I'd overhaul the used variables in create.yml and so forth? Working with them got me all confused, due to their shortness and unclear meaning...
Hi, would it be possible to add support for LXCs to this driver? It can happen fairly often that a role that works on a KVM doesn't work on an...
I added a script to set dev variables and changed the cloud init test config from hardcoded values to environment variables. This PR is somewhat depended on #20, since there...
This has been on my todo for a bit. A feature inspired by ansible --vault-password-file. If the proxmox_secret file is an executable, run it and capture the stdout to specify...
Using setup.py is not recommended any more for python packages, since it enables arbitrary code execution at install. We could refactor setup.py to pyproject.toml perspectively.
Would you consider automating tox tests of changes to this repository through a CI pipeline? In the current setup that would deduct either CI minutes from your personal github account...
This PR reimplements the create.yml flow to only rely on ansible / community.general builtin features. While being at it, i removed one obsolete step from create.yml. Therefore, two tasks were...