Fix variable distribution

This commit is contained in:
2025-01-21 17:43:18 +01:00
parent b62066d675
commit 75c4ba6b4c
2 changed files with 1 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ all:
hypervisor: 'proxmox' hypervisor: 'proxmox'
install_drive: '/dev/sda' install_drive: '/dev/sda'
cis: true cis: true
boot_iso: "local-btrfs:iso/archlinux-x86_64.iso"
children: children:
promox-kvm: promox-kvm:
hosts: hosts:

View File

@@ -1,14 +1,11 @@
vm_ip: "{{ inventory_hostname }}" vm_ip: "{{ inventory_hostname }}"
install_type: "virtual" install_type: "virtual"
cis: false
hypervisor_url: "192.168.0.2" hypervisor_url: "192.168.0.2"
hypervisor_username: "root@pam" hypervisor_username: "root@pam"
hypervisor_password: "SomePassword" hypervisor_password: "SomePassword"
hypervisor_node: "NodeName" hypervisor_node: "NodeName"
hypervisor_storage: "local-btrfs" hypervisor_storage: "local-btrfs"
boot_iso: "local-btrfs:iso/archlinux-x86_64.iso"
rhel_iso: "local-btrfs:rhel-9.4-x86_64-dvd.iso"
# For VMware-Tools # For VMware-Tools
ansible_vmware_host: "{{ hypervisor_url }}" ansible_vmware_host: "{{ hypervisor_url }}"