make sure we make this system py3
This commit is contained in:
parent
309677ee8a
commit
03e7d2714f
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ libdir: /usr/lib64
|
||||||
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-30
|
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-30
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/30/Server/x86_64/os/
|
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 }}"
|
virt_install_command: "{{ virt_install_command_one_nic }}"
|
||||||
|
|
||||||
lvm_size: 20000
|
lvm_size: 20000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue