network_interfaces is working for my router

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-06-04 17:14:30 +02:00
parent f1ac6f269b
commit f57b1f1b3e
4 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env ansible-playbook
---
- hosts: vm,!routeur
- hosts: vm
vars:
network_interfaces: "{{ glob_network_interfaces | default({}) | combine(loc_network_interfaces | default({})) }}"
roles: