Molecule-plugins

Latest version: v23.7.0

Safety actively analyzes 714919 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

23.7.0

Enhancements

- Openstack add public IP options (263) vydrazde
- add box_architecture config to parameters (284) karcaw

Bugfixes

- EC2: Change logic of deleting resources (279) klaphi
- [Molecule v25.1.0] Replace util.run_command with app.run_command (294) hswong3i
- Fix deprecated xfreerdp option for winrm targets of EC2 plugin (292) Thomas-McKanna
- Update the `community.docker` collection (257) mcdonnnj
- podman: default the hostname to the name of the platform (264) evgeni

Other

- bug: missing until for retry in gce plugin (288) cnfrancis
- Vagrant: Reducing whitespace in Vagrantfile (289) dinadins

23.6.0

Enhancements

- GCE: Added network tags support (272) dfisiuk
- implement reset for podman driver (269) guppy0130

Bugfixes

- Add retry for gce plugin when waiting for SSH (270) cnfrancis
- Vagrant: `test_vagrant_root[box_url]` fails due to missing box (274) (275) dinadins
- docker: allow `import docker` in `reset` to fail (268) guppy0130
- lint and update action paths (258) konstruktoid
- fix 239 , use python-style templating instead of Jinja in the plugins login_cmd_template (240) danielpodwysocki
- Unbreak CI (260) apatard
- gce: add missing deps for GCE driver (247) loozhengyuan
- Enforce pkcs1 for ec2 keys (161) sspans-sbp
- docker: support cache_from in create playbook (252) rmuir
- podman: add podman executable on build image task (254) ghoudmon
- Don't print registry password in loop label (255) sthiriet

What's Changed
* Don't print registry password in loop label by sthiriet in https://github.com/ansible-community/molecule-plugins/pull/255
* podman: add podman executable on build image task by ghoudmon in https://github.com/ansible-community/molecule-plugins/pull/254
* docker: support cache_from in create playbook by rmuir in https://github.com/ansible-community/molecule-plugins/pull/252
* Enforce pkcs1 for ec2 keys by sspans-sbp in https://github.com/ansible-community/molecule-plugins/pull/161
* gce: add missing deps for GCE driver by loozhengyuan in https://github.com/ansible-community/molecule-plugins/pull/247
* Unbreak CI by apatard in https://github.com/ansible-community/molecule-plugins/pull/260
* fix 239 , use python-style templating instead of Jinja in the plugins login_cmd_template by danielpodwysocki in https://github.com/ansible-community/molecule-plugins/pull/240
* implement reset for podman driver by guppy0130 in https://github.com/ansible-community/molecule-plugins/pull/269
* lint and update action paths by konstruktoid in https://github.com/ansible-community/molecule-plugins/pull/258
* docker: allow `import docker` in `reset` to fail by guppy0130 in https://github.com/ansible-community/molecule-plugins/pull/268
* Vagrant: `test_vagrant_root[box_url]` fails due to missing box (274) by dinadins in https://github.com/ansible-community/molecule-plugins/pull/275
* GCE: Added network tags support by dfisiuk in https://github.com/ansible-community/molecule-plugins/pull/272
* Add retry for gce plugin when waiting for SSH by cnfrancis in https://github.com/ansible-community/molecule-plugins/pull/270

New Contributors
* sthiriet made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/255
* ghoudmon made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/254
* rmuir made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/252
* sspans-sbp made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/161
* loozhengyuan made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/247
* guppy0130 made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/269
* dinadins made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/275
* dfisiuk made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/272
* cnfrancis made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/270

**Full Changelog**: https://github.com/ansible-community/molecule-plugins/compare/v23.5.3...v23.6.0

23.5.3

Bugfixes

* update docker collection (217) zhan9san
* Use v6-alpha1 molecule version for tests by audgirka in https://github.com/ansible-community/molecule-plugins/pull/180
* Prevent empty destroy from deleting other EC2 instances by Thomas-McKanna in https://github.com/ansible-community/molecule-plugins/pull/170
* fix duplicate test names by alicekaerast in https://github.com/ansible-community/molecule-plugins/pull/197
* pass vpc_subnet_id explicitly to avoid amazon.aws error by danielpodwysocki in https://github.com/ansible-community/molecule-plugins/pull/199
* Fixes destroy playbook failure if vpc lookup is required by tkimball83 in https://github.com/ansible-community/molecule-plugins/pull/184
* podman: remove ansible_async_dir setting logic by grcancelliere in https://github.com/ansible-community/molecule-plugins/pull/182
* Add Python 3.12 to test matrix by cristianonicolai in https://github.com/ansible-community/molecule-plugins/pull/207
* Remove dependency to molecule.test by cristianonicolai in https://github.com/ansible-community/molecule-plugins/pull/206
* Disable registry login when registry.url is empty by dometto in https://github.com/ansible-community/molecule-plugins/pull/214
* Support the shm_size docker configuration option by zleinweber in https://github.com/ansible-community/molecule-plugins/pull/216
* Fixes podman always remove existing containers by juanvalino in https://github.com/ansible-community/molecule-plugins/pull/187
* Handle Docker errors correctly by alicekaerast in https://github.com/ansible-community/molecule-plugins/pull/196
* Plugin openstack (2) by juanlufont in https://github.com/ansible-community/molecule-plugins/pull/219

New Contributors
* alicekaerast made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/197
* pbjhelmert made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/195
* tkimball83 made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/184
* cristianonicolai made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/205
* dometto made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/214
* zleinweber made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/216
* juanvalino made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/187
* juanlufont made their first contribution in https://github.com/ansible-community/molecule-plugins/pull/219

23.5.0

Minor Changes

- podman: change ansible_async_dir only when $HOME is redefined (173) grcancelliere
- Fix ansible-lint errors (169) apatard
- Add support for vmware_esxi plugin (163) Tualua
- Allow for setting EC2 instance profile (164) Thomas-McKanna
- enhancement: Including files in source distributions with MANIFEST.in (156) hswong3i
- src/molecule_plugins/vagrant/modules/vagrant.py: Get rid of molecule dependency (142) apatard
- feat: Add runtime entry on docker create playbook (154) pjrm
- Enhancement: Generate cookie cutter templates and apply linting on them (123) wadhah101
- Update driver.py documentation according to new plugin name (149) Tcharl

Bugfixes

- Revert "Update tests to use v6-alpha1 molecule version" (178) ajinkyau
- Update tests to use v6-alpha1 molecule version (177) ajinkyau
- enhancement: add fqcn to cookicutter files of ec2, containers and docker (168) bernd-mueller-1
- src/molecule_plugins/vagrant/modules/vagrant.py: Get rid of molecule dependency (142) apatard
- lint tests (159) konstruktoid
- Add additional "safe" filters to entries in Vagrantfile (153) samiam
- fix: Ensure SSH wait polls proper async variable in ec2 create (147) isuftin

Deprecations

- deprecated(azure): replace VM type (151) wadhah101

23.4.1

Bugfixes

- Add safe filter for raw args (vagrant) (141) apatard
- Adding python-vagrant as dep to vagrant plugin (133) carlosmmatos

23.4.0

Minor Changes

- Require molecule v5 or newer (130) ssbarnea
- Require py39 or newer (129) ssbarnea
- Docker playbooks are also running when tags are set (120) sparsick
- enhancement: Add pacman support to vagrant plugin (117) Yethal
- feature(Docker): Add support for `platform` parameter (95) dankow
- Make selinux an optional extra (89) ssbarnea

Bugfixes

- Install rsync as dependency (85) truestory1
- enhancement: update azure cookie cutter template to support a more recent ansible syntax (105) wadhah101
- Fix race condition in obtaining the public IP for ec2 (43) (70) danielpodwysocki
- Make selinux an optional extra (89) ssbarnea
- install python3 only when ansible_system == Linux (110) konstruktoid
- README.md: Update plugin list (91) apatard

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.