mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-14 01:00:39 +00:00
1.3 KiB
1.3 KiB
BREAKING RELEASE
ansible-later contains some fundamental restructuring and is not backward compatible with old releases.
-
BREAKING
- Switch configuration files to YAML
- Enable multi location configuration files #14
- ID's used in standards have to be unique (or not set)
ansible_review_min_version
was renamed toansible_later_min_version
-
FEATURE
-
ENHANCEMENT
- Allow passing glob patterns to cli #16
- Rule settings (e.g. for yamllint) can be set in config file #7
- Remove simple print outputs and switch to python logging module #13
- Restructure log output for better readability #13
- Better loglevel control from cli (-vvv/-qqq) #13
- Better inventory file classification #15