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

17 lines
765 B
Markdown

---
title: Configuration
---
ansible-later comes with some default settings which should be sufficient for most users to start, but you can adjust most settings to your needs.
Changes can be made in a yaml configuration file or through CLI options which will be processed in the following order (last wins):
- default configuration (build-in)
- global configuration file (this will depend on your operating system)
- directory based configuration file (`.later.yml` file in current working directory)
- CLI options
Be careful! YAML Attributes will be overwritten while lists in any configuration file will be merged.
To make it easier to review a single file e.g. for debugging purpose, ansible-later will ignore `exclude_files` and `ignore_dotfiles` options.