ansible-arch-provissionning/defaults/main.yml
2021-03-18 22:35:44 +01:00

75 lines
1.3 KiB
YAML

---
# defaults file for ansible-arch-provissionning
partition_table:
- device: "/dev/sda"
settings:
- number: 1
part_end: 512MB
name: boot
flags: [boot, esp]
fstype: vfat
format: yes
- number: 2
part_start: 512MB
part_end: 1524MB
name: swap
flags: [swap]
fstype: swap
format: yes
- number: 3
part_start: 1524MB
name: root
flags: [lvm]
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
provissionning_pacstrap_software:
- base
- base-devel
- net-tools
- wireless_tools
- dialog
- wpa_supplicant
- openssh
- git
- grub
- ansible
- dhcpcd
- efibootmgr
- linux
- linux-firmware
- lvm2
- netctl
provissionning_initramfs_hooks:
- base
- udev
- autodetect
- modconf
- block
- keyboard
- lvm2
- resume
- filesystems
- fsck
provissionning_enable_service:
- sshd
- dhcpcd
system_arch_local_mirror: