1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-13 11:35:28 +00:00
community.general/lib
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
..
ansible Add support for multiple ranges in a host 2013-06-06 22:27:30 +02:00