templier-ansible/plays/network_interfaces.yml
Yohann D'ANELLO f57b1f1b3e
network_interfaces is working for my router
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-06-04 17:14:30 +02:00

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