2023-02-12 11:57:57 +00:00
|
|
|
# other-role-custom-header
|
|
|
|
|
2023-08-24 22:02:01 +00:00
|
|
|
[![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/ansible-doctor/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/ansible-doctor)
|
2023-02-12 11:57:57 +00:00
|
|
|
[![License: GPL-3.0](https://img.shields.io/github/license/thegeeklab/ansible-doctor)](https://github.com/thegeeklab/ansible-doctor/blob/main/LICENSE)
|
|
|
|
|
2023-02-16 19:55:31 +00:00
|
|
|
Role to demonstrate ansible-doctor.
|
2023-02-12 11:57:57 +00:00
|
|
|
|
|
|
|
## Table of content
|
|
|
|
|
2023-08-09 07:46:15 +00:00
|
|
|
- [Requirements](#requirements)
|
2023-02-12 11:57:57 +00:00
|
|
|
- [Default Variables](#default-variables)
|
|
|
|
- [demo_role_unset](#demo_role_unset)
|
|
|
|
- [Discovered Tags](#discovered-tags)
|
|
|
|
- [Open Tasks](#open-tasks)
|
|
|
|
- [Dependencies](#dependencies)
|
|
|
|
- [License](#license)
|
|
|
|
- [Author](#author)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2023-08-09 07:46:15 +00:00
|
|
|
## Requirements
|
|
|
|
|
|
|
|
- Minimum Ansible version: `2.10`
|
|
|
|
|
2023-02-12 11:57:57 +00:00
|
|
|
## Default Variables
|
|
|
|
|
|
|
|
### demo_role_unset
|
|
|
|
|
|
|
|
Values can be plain strings, but there is no magic or autoformatting...
|
|
|
|
|
|
|
|
#### Default value
|
|
|
|
|
|
|
|
```YAML
|
|
|
|
demo_role_unset:
|
|
|
|
```
|
|
|
|
|
|
|
|
#### Example usage
|
|
|
|
|
|
|
|
```YAML
|
|
|
|
demo_role_unset: some_value
|
|
|
|
```
|
|
|
|
|
|
|
|
## Discovered Tags
|
|
|
|
|
|
|
|
**_role-tag1_**
|
|
|
|
|
|
|
|
**_role-tag2_**
|
|
|
|
|
|
|
|
## Open Tasks
|
|
|
|
|
|
|
|
- Unscoped general todo.
|
|
|
|
- (bug): Some bug that is known and need to be fixed.
|
|
|
|
- (bug): Multi line description are possible as well. Some bug that is known and need to be fixed.
|
|
|
|
- (improvement): Some things that need to be improved.
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
- role1
|
|
|
|
- role2
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
MIT
|
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
[John Doe](https://blog.example.com)
|