--- argument_specs: main: options: hostname: type: "str" required: true description: "The distro linux hostname to be configured (will configure if availabe in inventory)" partition_boot: type: "dict" required: true description: "Check partition_root argument in role: partition, required options: mount_path" partition_root: type: "dict" required: true description: "Check partition_root argument in role: partition, required options: mount_path" bootstrap_mac: type: "bool" required: false default: false description: "Install broadcom-wl driver/spoof_osx (required for Intel 2012 Macs)" bootstrap_mac_boot_args: type: "str" required: false default: "acpi_osi=Darwin i915.modeset=1 acpi_mask_gpe=0x06" description: "Extra kernel boot arguments appended to rEFInd boot entries when bootstrap_mac is true" bootstrap_pi: type: "bool" required: false default: false description: "Install Raspberry PI OS (Raspberry ISO reports as Debian)" bootstrap_proxmox: type: "bool" required: false default: false description: "Install Proxmox VE (Using Debian Live ISO since Proxmox ISO lacks automation)"