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

17 lines
765 B
Markdown
Raw Normal View History

2020-01-15 00:15:13 +01:00
---
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.
2020-01-15 00:15:13 +01:00
Changes can be made in a yaml configuration file or through CLI options which will be processed in the following order (last wins):
2020-01-15 00:15:13 +01:00
- 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
2020-01-15 00:15:13 +01:00
Be careful! YAML Attributes will be overwritten while lists in any configuration file will be merged.
2020-01-15 00:15:13 +01:00
To make it easier to review a single file e.g. for debugging purpose, ansible-later will ignore `exclude_files` and `ignore_dotfiles` options.