Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T04:58:51.000Z (over 1 year ago)
- Last Synced: 2024-10-31T10:44:57.316Z (13 days ago)
- Topics: action, ansible, molecule, test, testing
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/test-ansible-with-molecule
- Size: 133 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 12
-
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/[email protected]
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