2020-01-14 23:15:13 +00:00
|
|
|
---
|
|
|
|
title: Configuration
|
|
|
|
---
|
|
|
|
|
2020-06-03 14:23:46 +00:00
|
|
|
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-14 23:15:13 +00:00
|
|
|
|
2020-06-07 14:39:14 +00: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-14 23:15:13 +00:00
|
|
|
|
2020-06-03 14:23:46 +00:00
|
|
|
- default configuration (build-in)
|
|
|
|
- global configuration file (this will depend on your operating system)
|
2020-06-27 20:41:51 +00:00
|
|
|
- folder-based configuration file (.later.yml|.later.yaml|.later) in current working directory
|
2020-06-03 14:23:46 +00:00
|
|
|
- CLI options
|
2020-01-14 23:15:13 +00:00
|
|
|
|
2020-06-03 14:23:46 +00:00
|
|
|
Be careful! YAML Attributes will be overwritten while lists in any configuration file will be merged.
|
2020-01-14 23:15:13 +00:00
|
|
|
|
2020-06-03 14:23:46 +00: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.
|