From d733513e29f04bbeeb16193ad8e9981472bd093e Mon Sep 17 00:00:00 2001 From: sandwich Date: Fri, 22 Mar 2024 12:46:31 +0100 Subject: [PATCH] Delete vars_libvirt.yml --- vars_libvirt.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 vars_libvirt.yml diff --git a/vars_libvirt.yml b/vars_libvirt.yml deleted file mode 100644 index 6a9ed33..0000000 --- a/vars_libvirt.yml +++ /dev/null @@ -1,14 +0,0 @@ -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/" \ No newline at end of file