ansible/lib/ansible/inventory
Simon J Mudd 25822330a2 Add support for multiple ranges in a host
e.g.  db[01:10:3]node-[01:10]

- to do this we split off at the first [...] set, getting the list
  of hosts and then repeat until none left.
- also add an optional third parameter which contains the step. (Default: 1)
  so range can be [01:10:2] -> 01 03 05 07 09
2013-06-06 22:27:30 +02:00
..
vars_plugins Allow the group_vars and host_vars directories to be stored alongside the playbook as well as inventory. 2013-06-01 10:38:16 -04:00
__init__.py os.path.dirname returns '' not None in some cases, handle this so inventory can be specified with ./ 2013-06-02 16:01:09 -04:00
dir.py don't want to ignore explicit cwd 2013-06-04 21:06:49 -07:00
expand_hosts.py Add support for multiple ranges in a host 2013-06-06 22:27:30 +02:00
group.py optimization when adding child groups 2013-06-04 11:25:59 +02:00
host.py Get all groups' variables in order of depth 2012-11-23 00:20:52 +01:00
ini.py Handle '#' in var strings by splitting on ' #' 2013-05-31 12:34:45 -06:00
script.py Support for all:vars in script inventories 2013-06-02 14:54:29 -07:00