ansible/lib/ansible/parsing
Abhijit Menon-Sen 065bb52109 Be systematic about parsing and validating hostnames and addresses
This adds a parse_address(pattern) utility function that returns
(host,port), and uses it wherever where we accept IPv4 and IPv6
addresses and hostnames (or host patterns): the inventory parser
the the add_host action plugin.

It also introduces a more extensive set of unit tests that supersedes
the old add_host unit tests (which didn't actually test add_host, but
only the parsing function).
2015-09-11 21:47:18 +05:30
..
utils Be systematic about parsing and validating hostnames and addresses 2015-09-11 21:47:18 +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