Skip to content

A boilerplate Ansible Role with the integration of Molecule testing framework, Ansible Galaxy and Travis CI.

License

Notifications You must be signed in to change notification settings

build-failure/ansible-role-hello-world

Repository files navigation

Build Status Ansible Galaxy GitHub tag (latest by date) Ansible Galaxy Quality Score Ansible Galaxy Downloads

Ansible Role: Hello World

A boilerplate Ansible Role with the integration of Molecule testing framework, Ansible Galaxy and Travis CI.

Role Variables

Available variables listed below, along with default values (see defaults/main.yml):

hello_world_message: Hello World!

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - build_failure.hello_world

Development

Use docker-molecule following the instructions to run Molecule or install Molecule locally (not recommended, version conflicts might appear).

Provide Hetzner Cloud token:

export HCLOUD_TOKEN=123abc456efg

Use following to run tests:

molecule test --all

Maintainers

License

See the LICENSE.md file for details.

About

A boilerplate Ansible Role with the integration of Molecule testing framework, Ansible Galaxy and Travis CI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages