mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
Updated blacklist/rules for environment variables that can be set by source_vars for a custom inventory script. Fixes https://trello.com/c/CWbeHJ0L
This commit is contained in:
@@ -351,7 +351,7 @@ RAX_GROUP_FILTER = r'^(?!instance-.+).+$'
|
||||
RAX_HOST_FILTER = r'^.+$'
|
||||
RAX_EXCLUDE_EMPTY_GROUPS = True
|
||||
|
||||
INV_ENV_VARIABLE_BLACKLIST = ("HOME", "_")
|
||||
INV_ENV_VARIABLE_BLACKLIST = ("HOME", "USER", "_")
|
||||
|
||||
# ----------------
|
||||
# -- Amazon EC2 --
|
||||
|
||||
Reference in New Issue
Block a user