Fix variable distribution
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user