community.general/lib/ansible/parsing
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.
2015-09-11 21:47:19 +05:30
..
utils Be stricter about parsing hostname labels 2015-09-11 21:47:19 +05:30
vault Merge pull request #12112 from amenonsen/vault-stdio 2015-08-27 11:26:48 -07:00
yaml Python 3: use the right PyYAML SafeRepresenter for unicode 2015-09-10 08:57:53 +03:00
__init__.py Starting to add additional unit tests for VariableManager 2015-09-04 16:41:38 -04:00
mod_args.py changed local_action to alias to connection=local vs delegate_to=localhost 2015-08-18 18:31:29 -04:00
splitter.py Remove octal escapes from unicode escape handling 2015-07-25 16:30:11 -04:00