- ansible
- ansible-galaxy collection install kewlfft.aur
- openssh
- python
- git
To run all tests:
molecule testTo test individual roles without modifying the inventory, you can use Molecule CLI tags:
molecule converge -s default -- --tags swap # only swap role
molecule converge -s default -- --tags user # only user role
molecule converge -s default -- --tags ssh # only ssh roleNo special code is needed in the playbook or scenario files to support this functionality. The tags correspond to the role names and can be used with any Molecule command that supports passing additional arguments to Ansible.