2019-10-08 11:03:45 +00:00
|
|
|
---
|
2019-10-15 07:54:03 +00:00
|
|
|
# @meta description: >
|
2022-02-21 20:38:47 +00:00
|
|
|
# Role to demonstrate ansible-doctor. It is also possible to overwrite
|
|
|
|
# the default description with an annotation.
|
2019-10-15 07:54:03 +00:00
|
|
|
# @end
|
2023-01-22 14:02:09 +00:00
|
|
|
# @meta author: [John Doe](https\://blog.example.com)
|
2019-10-08 11:03:45 +00:00
|
|
|
galaxy_info:
|
2019-10-15 07:54:03 +00:00
|
|
|
description: Role to demonstrate ansible-doctor.
|
2022-02-21 20:38:47 +00:00
|
|
|
author: John Doe
|
2019-10-08 11:03:45 +00:00
|
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.4
|
|
|
|
platforms:
|
|
|
|
- name: EL
|
|
|
|
versions:
|
|
|
|
- 7
|
|
|
|
galaxy_tags:
|
|
|
|
- demo
|
|
|
|
- documentation
|
2022-05-17 12:19:31 +00:00
|
|
|
dependencies:
|
|
|
|
- role1
|
|
|
|
- role: role2
|