Added l3_interfaces role

This commit is contained in:
Accendit
2020-05-11 22:29:06 +02:00
parent 20b68c55a7
commit 6c1330d73e

View File

@ -0,0 +1,4 @@
- name: configure l3 interfaces
ios_l3_interfaces:
config: "{{ hostvars[inventory_hostname]['l3_interfaces'] }}"
state: overridden