IamLunchbox

Results 6 issues of IamLunchbox

@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...

enhancement

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...

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.

enhancement

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...

enhancement

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...

As of the community.general release 10.7.0 community.general dropped the support for the proxmox modules. See https://github.com/ansible-collections/community.general/blob/stable-10/CHANGELOG.md#deprecated-features. Instead, we need to use community.proxmox.proxmox_kvm. Users will run into problems, when they either...