epicanthal

Results 4 comments of epicanthal

I am currently using the 'CLI Parser Directives' functionality which seems to not work any longer when moving to Ansible 2.10.x. So what @jvanderaa is saying is that [Network CLI...

@roumano looks like handling a list is not a feature of the [hwaddr](https://docs.ansible.com/ansible/latest/collections/ansible/utils/docsite/filters_ipaddr.html#mac-address-filter) filter, unlike ```ipv4``` like you demonstrate. You might try using ```map```: ``` valid_mac2: "{{ ['A4:BF:64:67:4A:18' , '54:BF:64:67:4B:18',...

I had done something like this in the past on my Ansible control node for support of older IOS devices ```yaml - name: add 'KexAlgorithms +diffie-hellman-group1-sha1' to /etc/ssh/ssh_config (for Cisco...

I think because this inventory plugin is based upon [ansible.builtin.constructed](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/constructed_inventory.html) which doesn't provide your feature...maybe it wouldn't be added? Maybe you can request your feature idea in the core Ansible...