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

14 lines
513 B
Markdown
Raw Normal View History

2020-01-16 11:27:46 +01:00
---
title: Configuration
---
2020-06-03 16:22:56 +02:00
_ansible-doctor_ comes with default settings which should be sufficient for most users to start, but you can adjust most settings to your needs.
2020-01-16 11:27:46 +01:00
Changes can be made on different locations which will be processed in the following order (last wins):
2020-06-03 16:22:56 +02:00
- default config (build-in)
- global config file (path depends on your operating system)
- folder-based config file (.ansibledoctor.yml|.ansibledoctor.yaml|.ansibledoctor in current working dir)
- environment variables
- CLI options