molecule Questions
2
Solved
Since last week there is a new release of molecule 5.0.0.
My CI/CD pipeline wants to use that latest version, but I've trouble with it.
installation
Earlier, it was possible to run pip install mo...
3
I'am totally new to ansible and ansible roles. I have created my first role and want to test it with molecule.
If I run molecule test I get an error saying:
Computed fully qualified role name of ge...
1
Solved
I want to test my roles which I have in other directory.
Below my project structure:
When I try use molecule, it can't find roles which are in roles directory.
❯ sudo molecule converge
--> Te...
2
Solved
When running tests with molecule:
molecule tests
and some files are protected with ansible vault, the --vault-password-file must be specified to provide the password to decrypt their content.
A...
1
Solved
I am using Molecule to test my ansible role. Before rebooting my server was working fine. However, after, When I run molecule create
It is skipping the create process: Skipping, instances already ...
Bennink asked 29/11, 2019 at 13:40
1
Solved
I am testing version compatibility with molecule and for the combination
python 3.8 x ansible latest x debian
molecule breaks in the instance creation step with
TASK [Wait for instance(s) creati...
2
Solved
1
Solved
I just started with molecule, followed a nice simple tutorial and I generated a role and did a molecule test and it worked as intended. I rebooted my machine the following day and it's stopped work...
Demilune asked 29/5, 2019 at 12:43
1
Solved
In the Ansible role that I'm creating, I'm covering both an install and an uninstall scenario:
foo-install.yml is called from main.yml when the install flag is set to true.
foo-uninstall.yml is c...
1
Solved
Using Molecule v.2 to test Ansible roles, I faced an issue with the check for a role to be idempotent.
How can I disable this check?
As documented, Molecule configuration parameters are required...
1
© 2022 - 2024 — McMap. All rights reserved.