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

https://github.com/dgibbs64/ansible-role-molecule_example

An example Ansible role to test molecule
https://github.com/dgibbs64/ansible-role-molecule_example

ansible ansible-role

Last synced: 2 months ago
JSON representation

An example Ansible role to test molecule

Awesome Lists containing this project

README

        

# molecule_example

An example [Ansible](https://www.ansible.com) role for testing Molecule.

## About

This role is an example of how to use Molecule to test an Ansible role.

## Requirements

None.

## Role Variables

None.

## Dependencies

None.

## Example Playbook

```yaml
---
- name: Linux Admin Packages
hosts: all
roles:
- role: "dgibbs64.molecule_example"
```

## License

MIT

## Author Information

- [Daniel Gibbs](https://danielgibbs.co.uk)