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
- Host: GitHub
- URL: https://github.com/dgibbs64/ansible-role-molecule_example
- Owner: dgibbs64
- License: mit
- Created: 2022-11-25T18:39:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T13:38:55.000Z (3 months ago)
- Last Synced: 2025-02-28T19:38:53.389Z (3 months ago)
- Topics: ansible, ansible-role
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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)