Hello
here’s my playbook, I am looking for interface without IP:
Hello
here’s my playbook, I am looking for interface without IP:
found a solution myself
with_items:
“{{ ansible_interfaces }}”
it works. although it seems a bit counterintuitive…
why not the first way???