mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
make sure this is done with 2 nics
This commit is contained in:
@@ -13,17 +13,19 @@ ks_repo: http://10.5.126.23/pub/fedora/linux/releases/30/Server/x86_64/os/
|
||||
# Do this because we are using py3 only
|
||||
ansible_python_interpreter: "/usr/bin/python3"
|
||||
|
||||
virt_install_command: "{{ virt_install_command_one_nic }}"
|
||||
datacenter: phx2
|
||||
eth0_ip: 10.5.125.3
|
||||
eth1_ip: 10.5.127.6
|
||||
|
||||
lvm_size: 20000
|
||||
mem_size: 8192
|
||||
num_cpus: 6
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.125.3
|
||||
eth1_ip: 10.5.127.6
|
||||
vmhost: bvirthost14.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
||||
|
||||
fas_client_groups: sysadmin-releng,sysadmin-main
|
||||
|
||||
vmhost: bvirthost14.phx2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
||||
|
||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user