From 42e0294db4fe6570c6a5f4e03a85657882190453 Mon Sep 17 00:00:00 2001 From: Benjamin Graillot <graillot@crans.org> Date: Sun, 10 Jan 2021 22:24:35 +0100 Subject: [PATCH] Configure interfaces only on VMs that aren't routers --- plays/network-interfaces.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plays/network-interfaces.yml b/plays/network-interfaces.yml index ff442d59..8d7a0511 100755 --- a/plays/network-interfaces.yml +++ b/plays/network-interfaces.yml @@ -1,6 +1,6 @@ #!/usr/bin/env ansible-playbook --- -- hosts: crans_server +- hosts: crans_vm,!routeurs_vm vars: vlan: - name: srv -- GitLab