You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units
Abhijit Menon-Sen 7479ab47e0 Be stricter about parsing hostname labels
Labels must start with an alphanumeric character, may contain
alphanumeric characters or hyphens, but must not end with a hyphen.
We enforce those rules, but allow underscores wherever hyphens are
accepted, and allow alphanumeric ranges anywhere.

We relax the definition of "alphanumeric" to include Unicode characters
even though such inventory hostnames cannot be used in practice unless
an ansible_ssh_host is set for each of them.

We still don't enforce length restrictions—the fact that we have to
accept ranges makes it more complex, and it doesn't seem especially
worthwhile.
9 years ago
..
errors
executor Add a comment explaining why async = 1 in the test 9 years ago
inventory_test_data/group_vars
mock
module_utils
parsing Be stricter about parsing hostname labels 9 years ago
playbook
plugins Be systematic about parsing and validating hostnames and addresses 9 years ago
template Fix safe_eval() of set literals 9 years ago
utils
vars
__init__.py