From b9688c5497479fc770143002b1e8e3f3ee5de8df Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 14 Jun 2017 15:55:44 -0400 Subject: [PATCH] updated chglog with anisble-config data --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73bbbba7b51..6b69a766be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ Ansible Changes By Release - Inventory plugins can use the cache plugin (i.e. virtualbox) and is affected by `meta: refresh_inventory` - Group variable precedence is now configurable via new 'precedence' option in ansible.cfg (needs docs) - Improved warnings and error messages across the board +* Configuration has been changed from a hardcoded into the constants module to dynamically loaded from yaml definitions + - Also added an ansible-config CLI to allow for listing config options and dumping current config (including origin) + - TODO: build upon this to add many features detailed in ansible-config proposal https://github.com/ansible/proposals/issues/35 ### Deprecations * The behaviour when specifying --tags (or --skip-tags) multiple times on the command line