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:
Chris Church
2014-12-03 00:45:46 -05:00
parent 21385d1315
commit ba652b5dd3
3 changed files with 5 additions and 3 deletions

View File

@@ -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 --