How to Show Which Ansible Config Changes Are Being Applied
When troubleshooting Ansible settings, use ansible-config dump --only-changed to show only configurations that differ from the default. It reveals the source of the change, whether it's from a config file or an environment variable.
Here's an example 👇
$ ansible-config dump --only-changed
# Output:
# CONFIG_FILE() = /home/rick/ansible-examples/