ansible-doctor/docs/content/configuration/env.md

25 lines
659 B
Markdown
Raw Normal View History

2020-01-16 11:27:46 +01:00
---
title: Environment Variables
---
2020-06-03 16:22:56 +02:00
<!-- prettier-ignore-start -->
<!-- spellchecker-disable -->
2020-01-16 11:27:46 +01:00
{{< highlight Shell "linenos=table" >}}
ANSIBLE_DOCTOR_CONFIG_FILE=
ANSIBLE_DOCTOR_ROLE_DETECTION=true
2020-01-16 11:27:46 +01:00
ANSIBLE_DOCTOR_ROLE_DIR=
2020-01-22 13:07:05 +01:00
ANSIBLE_DOCTOR_ROLE_NAME=
2020-01-16 11:27:46 +01:00
ANSIBLE_DOCTOR_DRY_RUN=false
ANSIBLE_DOCTOR_LOG_LEVEL=warning
ANSIBLE_DOCTOR_LOG_JSON=false
ANSIBLE_DOCTOR_OUTPUT_DIR=
ANSIBLE_DOCTOR_TEMPLATE_DIR=
ANSIBLE_DOCTOR_TEMPLATE=readme
ANSIBLE_DOCTOR_FORCE_OVERWRITE=false
ANSIBLE_DOCTOR_CUSTOM_HEADER=
ANSIBLE_DOCTOR_EXCLUDE_FILES=
ANSIBLE_DOCTOR_EXCLUDE_FILES=molecule/,files/**/*.py
{{< /highlight >}}
<!-- spellchecker-enable -->
2020-06-03 16:22:56 +02:00
<!-- prettier-ignore-end -->