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...
Pathan asked 29/4, 2023 at 11:14

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...
Clairclairaudience asked 20/10, 2021 at 20:9

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...
Uniplanar asked 17/5, 2020 at 18:44

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...
Anticoagulant asked 10/1, 2019 at 7:53

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...
Decorous asked 18/11, 2019 at 15:20

2

Solved

Scenario I want to develop ansible roles. Those roles should be validated through a CI/CD process with molecule and utilize docker as driver. This validation step should include multiple Linux fla...
Ibadan asked 5/11, 2019 at 7:41

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...
Hawsehole asked 23/5, 2019 at 13:51

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...
Collett asked 1/8, 2017 at 3:24
1

© 2022 - 2024 — McMap. All rights reserved.