8 lines
207 B
YAML
Executable File
8 lines
207 B
YAML
Executable File
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: vm
|
|
vars:
|
|
network_interfaces: "{{ glob_network_interfaces | default({}) | combine(loc_network_interfaces | default({})) }}"
|
|
roles:
|
|
- network-interfaces
|