Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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