summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory/expand_hosts.py
Commit message (Expand)AuthorAgeFilesLines
* Be systematic about parsing and validating hostnames and addressesAbhijit Menon-Sen2015-09-111-1/+1
* Slice ascii_letters directly instead of using 'for x in range()'Abhijit Menon-Sen2015-08-021-1/+1
* Make host range parsing errors issue better messagesAbhijit Menon-Sen2015-08-021-4/+4
* Implement step for alphabetic ranges: [a:e:2] => a,c,eAbhijit Menon-Sen2015-08-021-2/+1
* Making the switch to v2James Cammarata2015-05-031-0/+3
* fixed typos found by RETF rules in PY filesChristian Berendt2014-05-031-3/+3
* Micro-optimization of inventory.expand_hosts.detect_rangeCristian Ciupitu2014-03-161-4/+1
* Allow leading ranges in the inventory host entries.Martynas Mickevicius2013-10-171-2/+1
* Add support for multiple ranges in a hostSimon J Mudd2013-06-061-4/+20
* Alphabetic inventory hostname patterns.Norman J. Harman Jr2012-12-101-11/+18
* whitespace + remove deprecated YAML parser (migration script lives in example...Michael DeHaan2012-08-061-8/+8
* use AnsibleError so that if there is an error it does not print a tracebackMichael DeHaan2012-07-241-3/+5
* Small change to previous patch, make ranges of hosts inclusive.Michael DeHaan2012-07-241-3/+4
* Added lib/ansible/inventory/expand_hosts.pyChin Fang2012-07-241-0/+94