use ANSIBLE_ prefix on all ansible-defined env vars (#54272)

mark old version deprecated in all places referenced via docs
This commit is contained in:
James Cassell 2019-03-26 17:43:48 -04:00 committed by Brian Coca
commit 51f2065df5
5 changed files with 57 additions and 9 deletions

View file

@ -0,0 +1,20 @@
---
minor_changes:
- |
All environment variables defined by ansible now start with the `ANSIBLE_`
prefix. The old environment vars still work for now.
The new environment vars added are:
- ANSIBLE_LIBVIRT_LXC_NOSECLABEL
- ANSIBLE_DISPLAY_SKIPPED_HOSTS
- ANSIBLE_NETWORK_GROUP_MODULES
deprecated_features:
- |
Ansible-defined environment variables not starting with `ANSIBLE_` have been
deprecated. New names match the old name plus the `ANSIBLE_` prefix.
These environment variables have been deprecated:
- LIBVIRT_LXC_NOSECLABEL
- DISPLAY_SKIPPED_HOSTS
- NETWORK_GROUP_MODULES