Select Git revision
playbook.yml
README.rst 1.15 KiB
Example
An (empty) example Ansible role complete with working tests out of the box. For more information read the blog post.
Requirements
See meta/main.yml
and assertions at the top of tasks/main.yml
.
Role Variables
See defaults/main.yml
.
Dependencies
See meta/main.yml
.
Example Playbook
See tests/playbook.yml
.
Testing
Testing requires Python 2.7, Tox, Vagrant and Virtualbox. To test simply run
tox
. Pre-commit is also setup for this
project.