Bradley A. Thornton

Results 161 issues of Bradley A. Thornton

As a user I want molecule to be aware that my scenarios are contained within an ansible collection. Use cases: - Provide the collection name to the user for use...

bug

As a user, I want tp specifythe location of the state file for a scenario in the molecule.yml Use cases: - Sharing state between scenarios would allow any one scenario...

complex

As a user I want to specify the parent inventory directory for a scenario. Molecule allows for this currently: ``` provisioner: name: ansible inventory: links: hosts: ../../../inventory/hosts group_vars: ../../../inventory/group_vars/ host_vars:...

complex

Currently the use has to be molecule directory adjacent to run a scenario. Now that list can find all scnearios recursivley we should be able to use that list to...

Using molecule in a testing matrix of python interpreters and ansible version is challenging because molecule has a dependency on ansible-core which is > ansible 2.9. When attempting to test...

As a user I want to use ansible-navigator to run one or all of the steps and provide configuration for the navigator command line. This will allow users to test...

As a user I want to see a summry of pass/fail per scenario when running mutiple scenarios. Output similar to either pytest or tox would be useful when running ```...

https://github.com/ansible/molecule/tree/main/src/molecule/data/templates/scenario I think we should template out a verify.yml and encourage the use of it to confirm the changes made in the converge playbook were effective.

As a user I want to specify a subset of molecule scenarios to run. Use cases: - This would allow for one scenario to be dedicated to the creation, preparation,...

if running site.yml as the playbook in the current directory, the playbook is not passed to the ansible-lint command and therefore is not linted if `:lint -- site.yml` is provided...