Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 557 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 557 Bytes

manageiq.example

A non-invasive example ansible role for verifying an ansible-galaxy setup

Requirements

None.

Role Variables

See defaults/main.yml

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
  - { role: manageiq.example }
  tasks:
  - debug: msg="Hello World! {{ example_var }}"

License

The project is available as open source under the terms of the MIT License.

Author Information

https://github.com/ManageIQ/ansible-manageiq-example