templier-ansible/plays/network_interfaces.yml
Yohann D'ANELLO f1ac6f269b
Deploy network interfaces from LDAP
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-06-04 17:02:54 +02:00

8 lines
216 B
YAML
Executable File

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