diff --git a/defaults/main.yml b/defaults/main.yml index ab01675..dc3a33e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -21,55 +21,56 @@ partition_table: fstype: ext4 format: yes #- device: "/dev/sdb" - #settings: - #- number: 1 - #name: home - #fstype: ext4 - #format: -mount_table: - - device: "/dev/sda" - settings: - - number: 3 - mountpath: /mnt - fstype: ext4 - - number: 1 - mountpath: /mnt/boot - fstype: vfat + #settings: + #- number: 1 + #name: home + #fstype: ext4 + #format: +mount_table: + - device: "/dev/sda" + settings: + - number: 3 + mountpath: /mnt + fstype: ext4 + - number: 1 + mountpath: /mnt/boot + fstype: vfat provissionning_pacstrap_software: - - base - - base-devel - - net-tools - - wireless_tools - - dialog - - wpa_supplicant - - openssh - - git - - grub - - ansible - - dhcpcd - - efibootmgr - - linux - - linux-firmware - - lvm2 - - netctl - - inetutils + - base + - base-devel + - net-tools + - wireless_tools + - dialog + - wpa_supplicant + - openssh + - git + - grub + - ansible + - dhcpcd + - efibootmgr + - linux + - linux-firmware + - lvm2 + - netctl + - inetutils + - zsh provissionning_initramfs_hooks: - - base - - udev - - autodetect - - modconf - - block - - keyboard - - lvm2 - - resume - - filesystems - - fsck + - base + - udev + - autodetect + - modconf + - block + - keyboard + - lvm2 + - resume + - filesystems + - fsck provissionning_enable_service: - - sshd - - dhcpcd + - sshd + - dhcpcd system_arch_local_mirror: #need vfat boot partition with esp label provissionning_UEFI_Enable: False