How to filter, join and map lists in Ansible
- - use "select"http://jinja.pocoo.org/docs/2.10/templates/select filter to filter a list and "match" to combine it with reg exps, like: \code\"{{ ansible\interfaces | select'match', '^eth|wlan\0-9\+' | list }}"\/code\ -…