mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
vmhost-x86-copr01/02/03: stop removing nftables
These hosts are rhel10 now and removing nftables takes out the entire libvirt stack as it doesn't support iptables anymore. This results in base removing libvirt and the hypervisor role re-installing it every playbook run. It also means the network doesn't work on guests at all. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -22,7 +22,6 @@ mac8: f4:02:70:d3:15:95
|
||||
libvirt_pool: copr_hv_x86_64_01
|
||||
libvirt_pool_order_id: 7
|
||||
libvirt_arch: x86_64
|
||||
nftables: false
|
||||
network_connections:
|
||||
# Bridge profile
|
||||
- name: br0
|
||||
|
||||
@@ -21,7 +21,6 @@ mac7: b4:96:91:63:3b:9f
|
||||
libvirt_pool: copr_hv_x86_64_02
|
||||
libvirt_pool_order_id: 8
|
||||
libvirt_arch: x86_64
|
||||
nftables: false
|
||||
network_connections:
|
||||
# Bridge profile
|
||||
- name: br0
|
||||
|
||||
@@ -21,7 +21,6 @@ mac7: "b4:96:91:63:3b:53"
|
||||
libvirt_pool: copr_hv_x86_64_03
|
||||
libvirt_pool_order_id: 9
|
||||
libvirt_arch: x86_64
|
||||
nftables: false
|
||||
network_connections:
|
||||
# Bridge profile
|
||||
- name: br0
|
||||
|
||||
Reference in New Issue
Block a user