summaryrefslogtreecommitdiff
path: root/roles/vm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-19 02:34:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-19 02:34:58 +0200
commit14093d28b3858672b5613c8851bcc26b89d0e48f (patch)
tree89e362e6950048bf8624d59cb5514e5b5efe8166 /roles/vm
parentadd host ch-prometheus (diff)
kvm/network: don't bring up bridges automatically
Diffstat (limited to 'roles/vm')
-rw-r--r--roles/vm/host/network/tasks/main.yml14
1 files changed, 7 insertions, 7 deletions
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