From 14093d28b3858672b5613c8851bcc26b89d0e48f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 19 Aug 2020 02:34:58 +0200 Subject: kvm/network: don't bring up bridges automatically --- roles/vm/host/network/tasks/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'roles/vm') diff --git a/roles/vm/host/network/tasks/main.yml b/roles/vm/host/network/tasks/main.yml index cd415d1e..2b01681c 100644 --- a/roles/vm/host/network/tasks/main.yml +++ b/roles/vm/host/network/tasks/main.yml @@ -33,10 +33,10 @@ ## We don't try to be to clever here: aka don't call ifdown before ifup because ## if there are VMs running they would end up with a broken network - - name: bring up bridge interfaces - loop: "{{ vmhost_bridge_config.results }}" - loop_control: - label: "br-{{ item.item.key }}" - when: item is changed - command: "/sbin/ifup br-{{ item.item.key }}" - failed_when: false + # - name: bring up bridge interfaces + # loop: "{{ vmhost_bridge_config.results }}" + # loop_control: + # label: "br-{{ item.item.key }}" + # when: item is changed + # command: "/sbin/ifup br-{{ item.item.key }}" + # failed_when: false -- cgit v1.2.3