https://github.com/arillso/action.molecule
Github Action for testing ansible with Molecule.
https://github.com/arillso/action.molecule
action ansible molecule test testing
Last synced: 12 months ago
JSON representation
Github Action for testing ansible with Molecule.
- Host: GitHub
- URL: https://github.com/arillso/action.molecule
- Owner: arillso
- License: mit
- Created: 2020-11-27T16:41:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T04:58:10.000Z (about 1 year ago)
- Last Synced: 2025-05-15T12:09:49.404Z (about 1 year ago)
- Topics: action, ansible, molecule, test, testing
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/test-ansible-with-molecule
- Size: 142 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Action: Test Ansible with Molecule
GitHub Action for testing ansible with Molecule.
## Inputs
### command
**Default** 'test'
What command to pass to [molecule](https://molecule.readthedocs.io/en/latest/),
for example `lint` or `syntax`.
### working_directory
**Default** '${{ github.repository }}'
Path to another directory in the repository,
where molecule command will be issued from.
### scenario
**Default** 'default'
The molecule scenario to run.
## Example Usage
```yaml
- name: Test Ansible with Molecule
uses: arillso/action.molecule@0.0.1
with:
command: test
working_directory: ${{ github.repository }}
scenario: default
```
## License
This project is under the MIT License. See the [LICENSE](licence) file for the full license text.
## Copyright
(c) 2020, Arillso