mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
centralized the definition of 'localhost'
This commit is contained in:
@@ -245,3 +245,4 @@ VAULT_VERSION_MIN = 1.0
|
||||
VAULT_VERSION_MAX = 1.0
|
||||
MAX_FILE_SIZE_FOR_DIFF = 1*1024*1024
|
||||
TREE_DIR = None
|
||||
LOCALHOST = frozenset(['127.0.0.1', 'localhost', '::1'])
|
||||
|
||||
Reference in New Issue
Block a user