mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr_hypervisor: fix libvirt conn host spec
This commit is contained in:
@@ -21,7 +21,7 @@ mac6: ac:1f:6b:a5:4e:f4
|
||||
mac7: ac:1f:6b:a5:4e:f5
|
||||
mac8: ac:1f:6b:a5:4e:f6
|
||||
mac9: ac:1f:6b:a5:4e:f7
|
||||
libvirt_host: [{{ br0_ipv6_ip }}]
|
||||
libvirt_host: "[{{ br0_ipv6_ip }}]"
|
||||
network_connections:
|
||||
# Bridge profile
|
||||
- name: br0
|
||||
|
||||
@@ -21,7 +21,7 @@ mac6: ac:1f:6b:8a:9a:30
|
||||
mac7: ac:1f:6b:8a:9a:31
|
||||
mac8: ac:1f:6b:8a:9a:32
|
||||
mac9: ac:1f:6b:8a:9a:33
|
||||
libvirt_host: [{{ br0_ipv6_ip }}]
|
||||
libvirt_host: "[{{ br0_ipv6_ip }}]"
|
||||
network_connections:
|
||||
# Bridge profile
|
||||
- name: br0
|
||||
|
||||
@@ -21,7 +21,7 @@ mac6: ac:1f:6b:a4:e3:b0
|
||||
mac7: ac:1f:6b:a4:e3:b1
|
||||
mac8: ac:1f:6b:a4:e3:b2
|
||||
mac9: ac:1f:6b:a4:e3:b3
|
||||
libvirt_host: [{{ br0_ipv6_ip }}]
|
||||
libvirt_host: "[{{ br0_ipv6_ip }}]"
|
||||
network_connections:
|
||||
# Bridge profile
|
||||
- name: br0
|
||||
|
||||
Reference in New Issue
Block a user