2021-06-04 15:02:54 +00:00
|
|
|
#!/usr/bin/env ansible-playbook
|
|
|
|
---
|
2021-06-04 15:14:30 +00:00
|
|
|
- hosts: vm
|
2021-06-04 15:02:54 +00:00
|
|
|
vars:
|
|
|
|
network_interfaces: "{{ glob_network_interfaces | default({}) | combine(loc_network_interfaces | default({})) }}"
|
|
|
|
roles:
|
|
|
|
- network-interfaces
|