Ansible-Bootstrap/vars_libvirt.yml

14 lines
561 B
YAML
Raw Normal View History

2024-03-22 12:43:13 +01:00
ansible_user: "{{ user_name }}"
ansible_password: "{{ user_password }}"
ansible_become_password: "{{ user_password }}"
ansible_ssh_extra_args: '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
vm_ip: "{{ inventory_hostname }}/24"
hypervisor_list: ["libvirt", "proxmox", "vmware", "none"]
filesystem_list: ["btrfs", "ext4", "xfs"]
os_list: ["archlinux", "almalinux", "debian11", "debian12", "fedora"]
install_type: "virtual"
cis: false
boot_iso: "/home/sandwich/Müll/New System/archlinux-2024.03.01-x86_64.iso"
vm_path: "/home/sandwich/Stuff/VMs/"