Generate target list based on a template
nmaludy opened this issue · 1 comments
nmaludy commented
Users want to generate a list of hosts given a pattern/range:
---
groups:
- name: mygroup
targets:
- webserver[00-99].domain.tld'
Would like to facilitate that with a plugin, maybe leveraging ERB?
nmaludy commented
Reference: puppetlabs/bolt#495 (comment)