Skip to content
  • Sven-Hendrik Haase's avatar
    Modernize install_arch role · bf434f10
    Sven-Hendrik Haase authored
    - Allow for single and multi disk installs
    - Use modern parted module to cut down on manual code
    - Allow for specifying concrete drives to use for the system
    - Change use from unarchive module which is deprecated to get_url + manual tar
    - Allow for DHCP when setting up networking
    - When using btrfs, automatically compress with lzo (I'd use zstd but grub can't boot off of zstd yet)
    - Use playbook_dir as a relativ search path start to find the pubkeys which is more reliable than just relative path
    - Clean pacman cache after base system installation
    bf434f10