2020-01-16 10:27:46 +00:00
|
|
|
---
|
|
|
|
title: Configuration
|
|
|
|
---
|
|
|
|
|
2020-06-03 14:22:56 +00: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 10:27:46 +00:00
|
|
|
|
|
|
|
Changes can be made on different locations which will be processed in the following order (last wins):
|
|
|
|
|
2020-06-07 14:29:44 +00:00
|
|
|
- default configuration (build-in)
|
|
|
|
- global configuration file (path depends on your operating system)
|
2020-07-21 21:44:25 +00:00
|
|
|
- folder-based configuration file (.ansibledoctor.yml|.ansibledoctor.yaml|.ansibledoctor) in current working directory
|
2020-06-03 14:22:56 +00:00
|
|
|
- environment variables
|
|
|
|
- CLI options
|